Uses of Class
org.umlg.ocl.oclIsTypeOf.AbstractOclIsKindOf
Packages that use AbstractOclIsKindOf
-
Uses of AbstractOclIsKindOf in org.umlg.model
Methods in org.umlg.model that return types with arguments of type AbstractOclIsKindOfModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends AbstractOclIsKindOf>Umlgtest.getAbstractOclIsKindOf() -
Uses of AbstractOclIsKindOf in org.umlg.ocl.oclIsTypeOf
Subclasses of AbstractOclIsKindOf in org.umlg.ocl.oclIsTypeOfMethods in org.umlg.ocl.oclIsTypeOf that return types with arguments of type AbstractOclIsKindOfModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends AbstractOclIsKindOf>AbstractOclIsKindOf.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends AbstractOclIsKindOf>AbstractOclIsKindOf.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<AbstractOclIsKindOf>TestOclTypeOf.getAbstractOclIsKindOf()org.umlg.runtime.collection.UmlgSet<AbstractOclIsKindOf>TestOclTypeOf.lookupFor_testOclTypeOf_abstractOclIsKindOf()Methods in org.umlg.ocl.oclIsTypeOf with parameters of type AbstractOclIsKindOfModifier and TypeMethodDescriptionvoidTestOclTypeOf.addToAbstractOclIsKindOf(AbstractOclIsKindOf abstractOclIsKindOf)voidTestOclTypeOf.addToAbstractOclIsKindOfIgnoreInverse(AbstractOclIsKindOf abstractOclIsKindOf)voidTestOclTypeOf.removeFromAbstractOclIsKindOf(AbstractOclIsKindOf abstractOclIsKindOf)Method parameters in org.umlg.ocl.oclIsTypeOf with type arguments of type AbstractOclIsKindOfModifier and TypeMethodDescriptionvoidTestOclTypeOf.addToAbstractOclIsKindOf(org.umlg.runtime.collection.UmlgSet<AbstractOclIsKindOf> abstractOclIsKindOf)voidTestOclTypeOf.removeFromAbstractOclIsKindOf(org.umlg.runtime.collection.UmlgSet<AbstractOclIsKindOf> abstractOclIsKindOf)voidTestOclTypeOf.setAbstractOclIsKindOf(org.umlg.runtime.collection.UmlgSet<AbstractOclIsKindOf> abstractOclIsKindOf)