Uses of Class
org.umlg.ocl.oclIsTypeOf.OclIsKindOf
Packages that use OclIsKindOf
-
Uses of OclIsKindOf in org.umlg.model
Methods in org.umlg.model that return types with arguments of type OclIsKindOfModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends OclIsKindOf>Umlgtest.getOclIsKindOf() -
Uses of OclIsKindOf in org.umlg.ocl.oclIsTypeOf
Methods in org.umlg.ocl.oclIsTypeOf that return OclIsKindOfMethods in org.umlg.ocl.oclIsTypeOf that return types with arguments of type OclIsKindOfModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends OclIsKindOf>OclIsKindOf.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends OclIsKindOf>OclIsKindOf.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<OclIsKindOf>Something.lookupFor_something_oclIsKindOf()Methods in org.umlg.ocl.oclIsTypeOf with parameters of type OclIsKindOfModifier and TypeMethodDescriptionvoidSomething.addToOclIsKindOf(OclIsKindOf oclIsKindOf)voidSomething.addToOclIsKindOfIgnoreInverse(OclIsKindOf oclIsKindOf)voidSomething.removeFromOclIsKindOf(OclIsKindOf oclIsKindOf)voidSomething.setOclIsKindOf(OclIsKindOf oclIsKindOf)Method parameters in org.umlg.ocl.oclIsTypeOf with type arguments of type OclIsKindOfModifier and TypeMethodDescriptionvoidSomething.removeFromOclIsKindOf(org.umlg.runtime.collection.UmlgSet<OclIsKindOf> oclIsKindOf)