Search in sources :

Example 6 with Other

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;
}
Also used : Other(org.iobserve.model.test.storage.one.Other)

Aggregations

Other (org.iobserve.model.test.storage.one.Other)6 ENotificationImpl (org.eclipse.emf.ecore.impl.ENotificationImpl)3 BasicEObjectImpl (org.eclipse.emf.ecore.impl.BasicEObjectImpl)2 Link (org.iobserve.model.test.storage.two.Link)2 EObject (org.eclipse.emf.ecore.EObject)1 Two (org.iobserve.model.test.storage.two.Two)1