Uses of Class
org.umlg.subsetting.Tiller
Packages that use Tiller
-
Uses of Tiller in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Tiller -
Uses of Tiller in org.umlg.subsetting
Methods in org.umlg.subsetting that return TillerModifier and TypeMethodDescriptionBoat.getTiller()protected TillerVechile.getTiller()Fake getter to help out the derivedUnion steeringControlMethods in org.umlg.subsetting that return types with arguments of type TillerModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Tiller>Tiller.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Tiller>Tiller.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Tiller>Boat.lookupFor_boat_tiller()Methods in org.umlg.subsetting with parameters of type TillerModifier and TypeMethodDescriptionvoidBoat.addToTiller(Tiller tiller)voidBoat.addToTillerIgnoreInverse(Tiller tiller)voidBoat.removeFromTiller(Tiller tiller)voidMethod parameters in org.umlg.subsetting with type arguments of type TillerModifier and TypeMethodDescriptionvoidBoat.removeFromTiller(org.umlg.runtime.collection.UmlgSet<Tiller> tiller)