Uses of Class
org.umlg.ocl.ocloperator.ForAll1
Packages that use ForAll1
-
Uses of ForAll1 in org.umlg.model
Methods in org.umlg.model that return types with arguments of type ForAll1Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ForAll1>Umlgtest.getForAll1() -
Uses of ForAll1 in org.umlg.ocl.ocloperator
Methods in org.umlg.ocl.ocloperator that return ForAll1Methods in org.umlg.ocl.ocloperator that return types with arguments of type ForAll1Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ForAll1>ForAll1.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends ForAll1>ForAll1.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.ocl.ocloperator with parameters of type ForAll1Modifier and TypeMethodDescriptionvoidForAll2.addToForAll1(ForAll1 forAll1)voidForAll2.addToForAll1IgnoreInverse(ForAll1 forAll1)voidForAll2.removeFromForAll1(ForAll1 forAll1)voidForAll2.setForAll1(ForAll1 forAll1)Method parameters in org.umlg.ocl.ocloperator with type arguments of type ForAll1Modifier and TypeMethodDescriptionvoidForAll2.removeFromForAll1(org.umlg.runtime.collection.UmlgSet<ForAll1> forAll1)Constructors in org.umlg.ocl.ocloperator with parameters of type ForAll1