Uses of Class
org.umlg.ocl.oclIsTypeOf.Something
Packages that use Something
-
Uses of Something in org.umlg.model
Methods in org.umlg.model that return types with arguments of type SomethingModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Something>Umlgtest.getSomething() -
Uses of Something in org.umlg.ocl.oclIsTypeOf
Methods in org.umlg.ocl.oclIsTypeOf that return types with arguments of type SomethingModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Something>Something.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Something>Something.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Something>OclIsKindOf.getSomething()org.umlg.runtime.collection.UmlgSet<Something>TestOclTypeOf.getTestOclTypeOf()Implements the ocl statement for derived property 'testOclTypeOf'org.umlg.runtime.collection.UmlgSet<Something>OclIsKindOf.lookupFor_oclIsKindOf_something()Methods in org.umlg.ocl.oclIsTypeOf with parameters of type SomethingModifier and TypeMethodDescriptionvoidOclIsKindOf.addToSomething(Something something)voidOclIsKindOf.addToSomethingIgnoreInverse(Something something)voidOclIsKindOf.removeFromSomething(Something something)Method parameters in org.umlg.ocl.oclIsTypeOf with type arguments of type SomethingModifier and TypeMethodDescriptionvoidOclIsKindOf.addToSomething(org.umlg.runtime.collection.UmlgSet<Something> something)voidOclIsKindOf.removeFromSomething(org.umlg.runtime.collection.UmlgSet<Something> something)voidOclIsKindOf.setSomething(org.umlg.runtime.collection.UmlgSet<Something> something)