Uses of Class
org.umlg.onetoone.OneOne
Packages that use OneOne
-
Uses of OneOne in org.umlg.concretetest
Methods in org.umlg.concretetest that return types with arguments of type OneOneMethods in org.umlg.concretetest with parameters of type OneOneModifier and TypeMethodDescriptionvoidGod.addToOneOne(OneOne oneOne)voidGod.addToOneOneIgnoreInverse(OneOne oneOne)voidGod.removeFromOneOne(OneOne oneOne)Method parameters in org.umlg.concretetest with type arguments of type OneOneModifier and TypeMethodDescriptionvoidGod.addToOneOne(org.umlg.runtime.collection.UmlgSet<OneOne> oneOne)voidGod.removeFromOneOne(org.umlg.runtime.collection.UmlgSet<OneOne> oneOne)void -
Uses of OneOne in org.umlg.onetoone
Methods in org.umlg.onetoone that return OneOneMethods in org.umlg.onetoone that return types with arguments of type OneOneModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends OneOne>OneOne.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends OneOne>OneOne.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<OneOne>OneTwo.lookupFor_oneTwo_oneOne()Methods in org.umlg.onetoone with parameters of type OneOneModifier and TypeMethodDescriptionvoidOneTwo.addToOneOne(OneOne oneOne)voidOneTwo.addToOneOneIgnoreInverse(OneOne oneOne)voidOneTwo.removeFromOneOne(OneOne oneOne)voidMethod parameters in org.umlg.onetoone with type arguments of type OneOneModifier and TypeMethodDescriptionvoidOneTwo.removeFromOneOne(org.umlg.runtime.collection.UmlgSet<OneOne> oneOne)