Uses of Class
org.umlg.multiplecompositeparent.Parent1
Packages that use Parent1
-
Uses of Parent1 in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Parent1Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Parent1>Umlgtest.getParent1() -
Uses of Parent1 in org.umlg.multiplecompositeparent
Methods in org.umlg.multiplecompositeparent that return Parent1Methods in org.umlg.multiplecompositeparent that return types with arguments of type Parent1Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Parent1>Parent1.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Parent1>Parent1.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.multiplecompositeparent with parameters of type Parent1Modifier and TypeMethodDescriptionvoidChild.addToParent1(Parent1 parent1)voidChild.addToParent1IgnoreInverse(Parent1 parent1)voidChild.removeFromParent1(Parent1 parent1)voidChild.setParent1(Parent1 parent1)Method parameters in org.umlg.multiplecompositeparent with type arguments of type Parent1Modifier and TypeMethodDescriptionvoidChild.removeFromParent1(org.umlg.runtime.collection.UmlgSet<Parent1> parent1)Constructors in org.umlg.multiplecompositeparent with parameters of type Parent1