Uses of Class
org.umlg.onetoone.OneTwo
Packages that use OneTwo
-
Uses of OneTwo in org.umlg.concretetest
Methods in org.umlg.concretetest that return types with arguments of type OneTwoMethods in org.umlg.concretetest with parameters of type OneTwoModifier and TypeMethodDescriptionvoidGod.addToOneTwo(OneTwo oneTwo)voidGod.addToOneTwoIgnoreInverse(OneTwo oneTwo)voidGod.removeFromOneTwo(OneTwo oneTwo)Method parameters in org.umlg.concretetest with type arguments of type OneTwoModifier and TypeMethodDescriptionvoidGod.addToOneTwo(org.umlg.runtime.collection.UmlgSet<OneTwo> oneTwo)voidGod.removeFromOneTwo(org.umlg.runtime.collection.UmlgSet<OneTwo> oneTwo)void -
Uses of OneTwo in org.umlg.onetoone
Methods in org.umlg.onetoone that return OneTwoMethods in org.umlg.onetoone that return types with arguments of type OneTwoModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends OneTwo>OneTwo.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends OneTwo>OneTwo.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<OneTwo>OneOne.lookupFor_oneOne_oneTwo()Methods in org.umlg.onetoone with parameters of type OneTwoModifier and TypeMethodDescriptionvoidOneOne.addToOneTwo(OneTwo oneTwo)voidOneOne.addToOneTwoIgnoreInverse(OneTwo oneTwo)voidOneOne.removeFromOneTwo(OneTwo oneTwo)voidMethod parameters in org.umlg.onetoone with type arguments of type OneTwoModifier and TypeMethodDescriptionvoidOneOne.removeFromOneTwo(org.umlg.runtime.collection.UmlgSet<OneTwo> oneTwo)