Uses of Class
org.umlg.multiplecompositeparent.Parent2
Packages that use Parent2
-
Uses of Parent2 in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Parent2Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Parent2>Umlgtest.getParent2() -
Uses of Parent2 in org.umlg.multiplecompositeparent
Methods in org.umlg.multiplecompositeparent that return Parent2Methods in org.umlg.multiplecompositeparent that return types with arguments of type Parent2Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Parent2>Parent2.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Parent2>Parent2.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.multiplecompositeparent with parameters of type Parent2Modifier and TypeMethodDescriptionvoidChild.addToParent2(Parent2 parent2)voidChild.addToParent2IgnoreInverse(Parent2 parent2)voidChild.removeFromParent2(Parent2 parent2)voidChild.setParent2(Parent2 parent2)Method parameters in org.umlg.multiplecompositeparent with type arguments of type Parent2Modifier and TypeMethodDescriptionvoidChild.removeFromParent2(org.umlg.runtime.collection.UmlgSet<Parent2> parent2)Constructors in org.umlg.multiplecompositeparent with parameters of type Parent2