Uses of Interface
de.mid.innovator.srv2api.icw2er.ERGeneralization
-
Packages that use ERGeneralization Package Description de.mid.innovator.srv2api.icw2er The ER package (specialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters. -
-
Uses of ERGeneralization in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return ERGeneralization Modifier and Type Method Description static ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with template from source to target element.static ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Generalization (of Entities) with template from source to target element with requirement.static ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with stereotype from source to target element.
If the target element is an entity, a new generalization set will be created.static ERGeneralization
ERGeneralizationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Generalization (of Entities) with stereotype from source to target element with requirement.
If the target element is an entity, a new generalization set will be created.static ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with template from source to target element.static ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Generalization (of Entities) with template from source to target element with requirement.static ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Generalization (of Entities) with stereotype from source to target element.static ERGeneralization
ERGeneralizationHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget, ELElement ohRequirement)
Create a new Generalization (of Entities) with stereotype from source to target element with requirement.ERGeneralization
ERRelationship. transformToGeneralization()
Not yet implemented!Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type ERGeneralization Modifier and Type Method Description java.util.List<ERGeneralization>
EREntity. getForeignKeyAbleGeneralization(ELElement refObj, K_CONTROL_OPTION... behaviourFlags)
Returns the list of all generalizations which potentially lead to a foreign key in this entity.java.util.List<ERGeneralization>
EREntity. getForeignKeyAbleGeneralization(MMStereotype stereotype, ELElement refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getForeignKeyAbleGeneralization and filters its return values according to the given stereotype value.java.util.List<ERGeneralization>
EREntity. getUniqueKeyGeneralization(EREntity refObj, K_CONTROL_OPTION... behaviourFlags)
Returns the list of all generalizations which potentially lead to a foreign key in the partner entity.java.util.List<ERGeneralization>
EREntity. getUniqueKeyGeneralization(MMStereotype stereotype, EREntity refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getUniqueKeyGeneralization and filters its return values according to the given stereotype value.
-