Uses of Class
org.umlg.ocl.Collect3
Packages that use Collect3
-
Uses of Collect3 in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Collect3Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Collect3>Umlgtest.getCollect3() -
Uses of Collect3 in org.umlg.ocl
Methods in org.umlg.ocl that return types with arguments of type Collect3Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Collect3>Collect3.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Collect3>Collect3.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Collect3>Collect2.getCollect3()org.umlg.runtime.collection.UmlgSet<Collect3>Collect2.lookupFor_collect2_collect3()Methods in org.umlg.ocl with parameters of type Collect3Modifier and TypeMethodDescriptionvoidCollect2.addToCollect3(Collect3 collect3)voidCollect2.addToCollect3IgnoreInverse(Collect3 collect3)voidCollect2.removeFromCollect3(Collect3 collect3)Method parameters in org.umlg.ocl with type arguments of type Collect3Modifier and TypeMethodDescriptionvoidCollect2.addToCollect3(org.umlg.runtime.collection.UmlgSet<Collect3> collect3)voidCollect2.removeFromCollect3(org.umlg.runtime.collection.UmlgSet<Collect3> collect3)voidCollect2.setCollect3(org.umlg.runtime.collection.UmlgSet<Collect3> collect3) -
Uses of Collect3 in org.umlg.ocl.collect
Methods in org.umlg.ocl.collect that return types with arguments of type Collect3Modifier and TypeMethodDescriptionorg.umlg.runtime.collection.UmlgSet<Collect3>Collect1.getCollect()Implements the ocl statement for derived property 'collect'