Uses of Class
org.umlg.ocl.Collect2
Packages that use Collect2
-
Uses of Collect2 in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Collect2Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Collect2>Umlgtest.getCollect2() -
Uses of Collect2 in org.umlg.ocl
Methods in org.umlg.ocl that return Collect2Methods in org.umlg.ocl that return types with arguments of type Collect2Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Collect2>Collect2.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Collect2>Collect2.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Collect2>Collect3.lookupFor_collect3_collect2()Methods in org.umlg.ocl with parameters of type Collect2Modifier and TypeMethodDescriptionvoidCollect3.addToCollect2(Collect2 collect2)voidCollect3.addToCollect2IgnoreInverse(Collect2 collect2)voidCollect3.removeFromCollect2(Collect2 collect2)voidCollect3.setCollect2(Collect2 collect2)Method parameters in org.umlg.ocl with type arguments of type Collect2Modifier and TypeMethodDescriptionvoidCollect3.removeFromCollect2(org.umlg.runtime.collection.UmlgSet<Collect2> collect2) -
Uses of Collect2 in org.umlg.ocl.collect
Methods in org.umlg.ocl.collect that return types with arguments of type Collect2Modifier and TypeMethodDescriptionorg.umlg.runtime.collection.UmlgSet<Collect2>Collect1.getCollect2()org.umlg.runtime.collection.persistent.UmlgSetClosableIterableImpl<Collect2>Enumeration1.getCollect2()This is not a proper UML property, it is always a Setorg.umlg.runtime.collection.UmlgSet<Collect2>Collect1.lookupFor_collect1_collect2()org.umlg.runtime.collection.UmlgSet<Collect2>Collect1.testDataType()Implements the ocl statement for operation body condition 'testDataType'org.umlg.runtime.collection.UmlgSet<Collect2>Collect1.testReal()Implements the ocl statement for operation body condition 'testReal'Methods in org.umlg.ocl.collect with parameters of type Collect2Modifier and TypeMethodDescriptionvoidCollect1.addToCollect2(Collect2 collect2)voidCollect1.addToCollect2IgnoreInverse(Collect2 collect2)voidCollect1.removeFromCollect2(Collect2 collect2)Method parameters in org.umlg.ocl.collect with type arguments of type Collect2Modifier and TypeMethodDescriptionvoidCollect1.addToCollect2(org.umlg.runtime.collection.UmlgSet<Collect2> collect2)voidCollect1.removeFromCollect2(org.umlg.runtime.collection.UmlgSet<Collect2> collect2)voidCollect1.setCollect2(org.umlg.runtime.collection.UmlgSet<Collect2> collect2)