Uses of Class
org.umlg.subsetting.Horse
Packages that use Horse
-
Uses of Horse in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Horse -
Uses of Horse in org.umlg.subsetting
Methods in org.umlg.subsetting that return HorseModifier and TypeMethodDescriptionReins.getHorse()protected HorseSteeringControl.getHorse()Fake getter to help out the derivedUnion vechileMethods in org.umlg.subsetting that return types with arguments of type HorseModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Horse>Horse.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Horse>Horse.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Horse>Reins.lookupFor_reins_horse()Methods in org.umlg.subsetting with parameters of type HorseModifier and TypeMethodDescriptionvoidReins.addToHorse(Horse horse)voidReins.addToHorseIgnoreInverse(Horse horse)voidReins.removeFromHorse(Horse horse)voidMethod parameters in org.umlg.subsetting with type arguments of type HorseModifier and TypeMethodDescriptionvoidReins.removeFromHorse(org.umlg.runtime.collection.UmlgSet<Horse> horse)