Uses of Class
org.umlg.ocl.ocloperator.ForAll2
Packages that use ForAll2
-
Uses of ForAll2 in org.umlg.ocl.ocloperator
Methods in org.umlg.ocl.ocloperator that return types with arguments of type ForAll2Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ForAll2>ForAll2.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends ForAll2>ForAll2.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<ForAll2>ForAll1.getForAll2()Methods in org.umlg.ocl.ocloperator with parameters of type ForAll2Modifier and TypeMethodDescriptionvoidForAll1.addToForAll2(ForAll2 forAll2)voidForAll1.addToForAll2IgnoreInverse(ForAll2 forAll2)voidForAll1.removeFromForAll2(ForAll2 forAll2)Method parameters in org.umlg.ocl.ocloperator with type arguments of type ForAll2Modifier and TypeMethodDescriptionvoidForAll1.addToForAll2(org.umlg.runtime.collection.UmlgSet<ForAll2> forAll2)voidForAll1.removeFromForAll2(org.umlg.runtime.collection.UmlgSet<ForAll2> forAll2)voidForAll1.setForAll2(org.umlg.runtime.collection.UmlgSet<ForAll2> forAll2)