Uses of Class
org.umlg.inheritencetest.Mamal
Packages that use Mamal
-
Uses of Mamal in org.umlg.concretetest
Methods in org.umlg.concretetest that return MamalMethods in org.umlg.concretetest that return types with arguments of type MamalMethods in org.umlg.concretetest with parameters of type MamalModifier and TypeMethodDescriptionvoidGod.addToAnimalFarm(Mamal animalFarm)voidGod.addToAnimalFarmIgnoreInverse(Mamal animalFarm)voidvoidGod.addToPetIgnoreInverse(Mamal pet)voidGod.removeFromAnimalFarm(Mamal animalFarm)voidGod.removeFromPet(Mamal pet)voidMethod parameters in org.umlg.concretetest with type arguments of type MamalModifier and TypeMethodDescriptionvoidGod.addToAnimalFarm(org.umlg.runtime.collection.UmlgSet<Mamal> animalFarm)voidGod.removeFromAnimalFarm(org.umlg.runtime.collection.UmlgSet<Mamal> animalFarm)voidGod.removeFromPet(org.umlg.runtime.collection.UmlgSet<Mamal> pet)voidGod.setAnimalFarm(org.umlg.runtime.collection.UmlgSet<Mamal> animalFarm) -
Uses of Mamal in org.umlg.inheritencetest
Subclasses of Mamal in org.umlg.inheritencetestMethods in org.umlg.inheritencetest that return types with arguments of type MamalModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Mamal>Mamal.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Mamal>Mamal.allInstances(org.umlg.runtime.collection.Filter filter)