Uses of Class
org.umlg.redefinition.Person
Packages that use Person
-
Uses of Person in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Person -
Uses of Person in org.umlg.redefinition
Methods in org.umlg.redefinition that return PersonMethods in org.umlg.redefinition that return types with arguments of type PersonModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Person>Person.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Person>Person.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Person>PersonalAccount.lookupFor_personalAccount_trustee()Methods in org.umlg.redefinition with parameters of type PersonModifier and TypeMethodDescriptionvoidPersonalAccount.addToTrustee(Person trustee)voidPersonalAccount.addToTrusteeIgnoreInverse(Person trustee)voidPersonalAccount.removeFromTrustee(Person trustee)voidPersonalAccount.setTrustee(Person trustee)Method parameters in org.umlg.redefinition with type arguments of type PersonModifier and TypeMethodDescriptionvoidPersonalAccount.removeFromTrustee(org.umlg.runtime.collection.UmlgSet<Person> trustee)