Uses of Class
org.umlg.redefinition.Company
Packages that use Company
-
Uses of Company in org.umlg.model
Methods in org.umlg.model that return types with arguments of type CompanyModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Company>Umlgtest.getCompany() -
Uses of Company in org.umlg.redefinition
Methods in org.umlg.redefinition that return CompanyMethods in org.umlg.redefinition that return types with arguments of type CompanyModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Company>Company.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Company>Company.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Company>CorporateAccount.getSigner()org.umlg.runtime.collection.UmlgSet<Company>CorporateAccount.lookupFor_corporateAccountOwned_companyOwner()org.umlg.runtime.collection.UmlgSet<Company>CorporateAccount.lookupFor_corporateAccountSigned_signer()Methods in org.umlg.redefinition with parameters of type CompanyModifier and TypeMethodDescriptionvoidCorporateAccount.addToCompanyOwner(Company companyOwner)voidCorporateAccount.addToCompanyOwnerIgnoreInverse(Company companyOwner)voidCorporateAccount.addToSigner(Company signer)voidCorporateAccount.addToSignerIgnoreInverse(Company signer)voidCorporateAccount.removeFromCompanyOwner(Company companyOwner)voidCorporateAccount.removeFromSigner(Company signer)voidCorporateAccount.setCompanyOwner(Company companyOwner)Method parameters in org.umlg.redefinition with type arguments of type CompanyModifier and TypeMethodDescriptionvoidCorporateAccount.addToSigner(org.umlg.runtime.collection.UmlgSet<Company> signer)voidCorporateAccount.removeFromCompanyOwner(org.umlg.runtime.collection.UmlgSet<Company> companyOwner)voidCorporateAccount.removeFromSigner(org.umlg.runtime.collection.UmlgSet<Company> signer)void