use of org.iobserve.model.test.storage.one.Other in project iobserve-analysis by research-iobserve.
the class TestModelData method createOther.
private static Other createOther(final String string) {
final Other other = OneFactory.eINSTANCE.createOther();
other.setName(string);
return other;
}
Aggregations