Uses of Class
org.umlg.subsetting.Car
Packages that use Car
-
Uses of Car in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Car -
Uses of Car in org.umlg.subsetting
Methods in org.umlg.subsetting that return CarModifier and TypeMethodDescriptionprotected CarSteeringControl.getCar()Fake getter to help out the derivedUnion vechileSteeringWheel.getCar()Methods in org.umlg.subsetting that return types with arguments of type CarModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Car>Car.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Car>Car.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Car>SteeringWheel.lookupFor_steeringWheel_car()Methods in org.umlg.subsetting with parameters of type CarModifier and TypeMethodDescriptionvoidvoidSteeringWheel.addToCarIgnoreInverse(Car car)voidSteeringWheel.removeFromCar(Car car)voidMethod parameters in org.umlg.subsetting with type arguments of type CarModifier and TypeMethodDescriptionvoidSteeringWheel.removeFromCar(org.umlg.runtime.collection.UmlgSet<Car> car)