Uses of Class
org.umlg.interfacetest.Spook
Packages that use Spook
-
Uses of Spook in org.umlg.interfacetest
Methods in org.umlg.interfacetest that return SpookMethods in org.umlg.interfacetest that return types with arguments of type SpookModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Spook>Spook.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Spook>Spook.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Spook>Creature.lookupFor_creature_spook()Methods in org.umlg.interfacetest with parameters of type SpookModifier and TypeMethodDescriptionvoidCreature.addToSpook(Spook spook)voidCreature.addToSpookIgnoreInverse(Spook spook)voidCreature.removeFromSpook(Spook spook)voidMethod parameters in org.umlg.interfacetest with type arguments of type SpookModifier and TypeMethodDescriptionvoidCreature.removeFromSpook(org.umlg.runtime.collection.UmlgSet<Spook> spook)