Uses of Class
org.umlg.interfacetest.Creature
Packages that use Creature
-
Uses of Creature in org.umlg.interfacetest
Subclasses of Creature in org.umlg.interfacetestMethods in org.umlg.interfacetest that return CreatureMethods in org.umlg.interfacetest that return types with arguments of type CreatureModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Creature>Creature.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Creature>Creature.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Creature>Spook.lookupFor_spook_creature()Methods in org.umlg.interfacetest with parameters of type CreatureModifier and TypeMethodDescriptionvoidSpook.addToCreature(Creature creature)voidSpook.addToCreatureIgnoreInverse(Creature creature)voidSpook.removeFromCreature(Creature creature)voidSpook.setCreature(Creature creature)Method parameters in org.umlg.interfacetest with type arguments of type CreatureModifier and TypeMethodDescriptionvoidSpook.removeFromCreature(org.umlg.runtime.collection.UmlgSet<Creature> creature)