Uses of Class
org.umlg.subsetting.Boat
Packages that use Boat
-
Uses of Boat in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Boat -
Uses of Boat in org.umlg.subsetting
Methods in org.umlg.subsetting that return BoatModifier and TypeMethodDescriptionprotected BoatSteeringControl.getBoat()Fake getter to help out the derivedUnion vechileTiller.getBoat()Methods in org.umlg.subsetting that return types with arguments of type BoatModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Boat>Boat.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Boat>Boat.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Boat>Tiller.lookupFor_tiller_boat()Methods in org.umlg.subsetting with parameters of type BoatModifier and TypeMethodDescriptionvoidvoidTiller.addToBoatIgnoreInverse(Boat boat)voidTiller.removeFromBoat(Boat boat)voidMethod parameters in org.umlg.subsetting with type arguments of type BoatModifier and TypeMethodDescriptionvoidTiller.removeFromBoat(org.umlg.runtime.collection.UmlgSet<Boat> boat)