Uses of Class
org.umlg.onetoone.One2
Packages that use One2
-
Uses of One2 in org.umlg.onetoone
Methods in org.umlg.onetoone that return One2Methods in org.umlg.onetoone that return types with arguments of type One2Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends One2>One2.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends One2>One2.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.onetoone with parameters of type One2Modifier and TypeMethodDescriptionvoidvoidOne1.addToOne2IgnoreInverse(One2 one2)voidOne1.removeFromOne2(One2 one2)voidMethod parameters in org.umlg.onetoone with type arguments of type One2Modifier and TypeMethodDescriptionvoidOne1.removeFromOne2(org.umlg.runtime.collection.UmlgSet<One2> one2)