Uses of Interface
de.mid.innovator.srv2api.icw2er.ERGeneralizationSet
Packages that use ERGeneralizationSet
Package
Description
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.
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 ERGeneralizationSetModifier and TypeMethodDescriptionstatic ERGeneralizationSetERGeneralizationSetHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Generalization Set (of Entity) with template and container.static ERGeneralizationSetERGeneralizationSetHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Generalization Set (of Entity) with stereotype and container.ERForeignKey.getGeneralizationSet()Reference to theERGeneralizationSetfor which this foreign key is created.Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type ERGeneralizationSetModifier and TypeMethodDescriptionERGeneralization.getAlternativeSet()List of all generalization sets which can be alternatively used by thisERGeneralization.ERGeneralization.getAlternativeSet(MMStereotype stereotype) 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 ERGeneralizationSetModifier and TypeMethodDescriptionvoidERForeignKey.setGeneralizationSet(ERGeneralizationSet value) Set the value of View GeneralizationSet.