Uses of Class
org.umlg.redefinition.LegalEntity
Packages that use LegalEntity
-
Uses of LegalEntity in org.umlg.model
Methods in org.umlg.model that return types with arguments of type LegalEntityModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends LegalEntity>Umlgtest.getLegalEntity() -
Uses of LegalEntity in org.umlg.redefinition
Subclasses of LegalEntity in org.umlg.redefinitionMethods in org.umlg.redefinition that return types with arguments of type LegalEntityModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends LegalEntity>LegalEntity.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends LegalEntity>LegalEntity.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<LegalEntity>Account.getAgent()org.umlg.runtime.collection.UmlgSet<LegalEntity>CorporateAccount.getAgent()org.umlg.runtime.collection.UmlgSet<LegalEntity>PersonalAccount.getAgent()org.umlg.runtime.collection.UmlgSet<LegalEntity>Account.getOwner()org.umlg.runtime.collection.UmlgSet<LegalEntity>CorporateAccount.getOwner()org.umlg.runtime.collection.UmlgSet<LegalEntity>Account.lookupFor_accountAgent_agent()org.umlg.runtime.collection.UmlgSet<LegalEntity>Account.lookupFor_accountOwner_owner()Methods in org.umlg.redefinition with parameters of type LegalEntityModifier and TypeMethodDescriptionvoidAccount.addToAgent(LegalEntity agent)voidAccount.addToAgentIgnoreInverse(LegalEntity agent)voidAccount.addToOwner(LegalEntity owner)voidAccount.addToOwnerIgnoreInverse(LegalEntity owner)voidAccount.removeFromAgent(LegalEntity agent)voidAccount.removeFromOwner(LegalEntity owner)Method parameters in org.umlg.redefinition with type arguments of type LegalEntityModifier and TypeMethodDescriptionvoidAccount.addToAgent(org.umlg.runtime.collection.UmlgSet<LegalEntity> agent)voidAccount.addToOwner(org.umlg.runtime.collection.UmlgSet<LegalEntity> owner)voidAccount.removeFromAgent(org.umlg.runtime.collection.UmlgSet<LegalEntity> agent)voidAccount.removeFromOwner(org.umlg.runtime.collection.UmlgSet<LegalEntity> owner)voidAccount.setAgent(org.umlg.runtime.collection.UmlgSet<LegalEntity> agent)voidAccount.setOwner(org.umlg.runtime.collection.UmlgSet<LegalEntity> owner)