Uses of Class
org.umlg.subsetting.Bsc
Packages that use Bsc
-
Uses of Bsc in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Bsc -
Uses of Bsc in org.umlg.subsetting
Methods in org.umlg.subsetting that return BscMethods in org.umlg.subsetting that return types with arguments of type BscModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Bsc>Bsc.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Bsc>Bsc.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Bsc>Bts.lookupFor_bts_bsc()org.umlg.runtime.collection.UmlgSet<Bsc>Cell.lookupFor_cell_bsc()Methods in org.umlg.subsetting with parameters of type BscModifier and TypeMethodDescriptionvoidvoidvoidBts.addToBscIgnoreInverse(Bsc bsc)voidCell.addToBscIgnoreInverse(Bsc bsc)voidBts.removeFromBsc(Bsc bsc)voidCell.removeFromBsc(Bsc bsc)voidvoidMethod parameters in org.umlg.subsetting with type arguments of type BscModifier and TypeMethodDescriptionvoidBts.removeFromBsc(org.umlg.runtime.collection.UmlgSet<Bsc> bsc)voidCell.removeFromBsc(org.umlg.runtime.collection.UmlgSet<Bsc> bsc)