Uses of Class
org.umlg.subsetting.Reins
Packages that use Reins
-
Uses of Reins in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Reins -
Uses of Reins in org.umlg.subsetting
Methods in org.umlg.subsetting that return ReinsModifier and TypeMethodDescriptionHorse.getReins()protected ReinsVechile.getReins()Fake getter to help out the derivedUnion steeringControlMethods in org.umlg.subsetting that return types with arguments of type ReinsModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Reins>Reins.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Reins>Reins.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Reins>Horse.lookupFor_horse_reins()Methods in org.umlg.subsetting with parameters of type ReinsModifier and TypeMethodDescriptionvoidHorse.addToReins(Reins reins)voidHorse.addToReinsIgnoreInverse(Reins reins)voidHorse.removeFromReins(Reins reins)voidMethod parameters in org.umlg.subsetting with type arguments of type ReinsModifier and TypeMethodDescriptionvoidHorse.removeFromReins(org.umlg.runtime.collection.UmlgSet<Reins> reins)