Uses of Class
org.umlg.multiplecompositeparent.Child
Packages that use Child
-
Uses of Child in org.umlg.multiplecompositeparent
Methods in org.umlg.multiplecompositeparent that return types with arguments of type ChildModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Child>Child.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Child>Child.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Child>Parent1.getChild()org.umlg.runtime.collection.UmlgSet<Child>Parent2.getChild()Methods in org.umlg.multiplecompositeparent with parameters of type ChildModifier and TypeMethodDescriptionvoidParent1.addToChild(Child child)voidParent2.addToChild(Child child)voidParent1.addToChildIgnoreInverse(Child child)voidParent2.addToChildIgnoreInverse(Child child)voidParent1.removeFromChild(Child child)voidParent2.removeFromChild(Child child)Method parameters in org.umlg.multiplecompositeparent with type arguments of type ChildModifier and TypeMethodDescriptionvoidParent1.addToChild(org.umlg.runtime.collection.UmlgSet<Child> child)voidParent2.addToChild(org.umlg.runtime.collection.UmlgSet<Child> child)voidParent1.removeFromChild(org.umlg.runtime.collection.UmlgSet<Child> child)voidParent2.removeFromChild(org.umlg.runtime.collection.UmlgSet<Child> child)voidvoid