Uses of Interface
de.mid.innovator.srv2api.icw2er.ERGeneralizationSet
-
Packages that use ERGeneralizationSet 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 ERGeneralizationSet in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return ERGeneralizationSet Modifier and Type Method Description static ERGeneralizationSet
ERGeneralizationSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Generalization Set (of Entity) with template and container.static ERGeneralizationSet
ERGeneralizationSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Generalization Set (of Entity) with stereotype and container.ERGeneralizationSet
ERForeignKey. getGeneralizationSet()
Reference to theERGeneralizationSet
for which this foreign key is created.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type ERGeneralizationSet Modifier and Type Method Description java.util.List<ERGeneralizationSet>
ERGeneralization. getAlternativeSet(K_CONTROL_OPTION... behaviourFlags)
List of all generalization sets which can be alternatively used by thisERGeneralization
.java.util.List<ERGeneralizationSet>
ERGeneralization. getAlternativeSet(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAlternativeSet and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2er with parameters of type ERGeneralizationSet Modifier and Type Method Description void
ERForeignKey. setGeneralizationSet(ERGeneralizationSet value)
Set the value of View GeneralizationSet.
-