Uses of Interface
de.mid.innovator.srv2api.icw2im.IMConstraint
Packages that use IMConstraint
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
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.
The IM package specify the Information Management Metamodel core concepts
required for data modeling.
This packagage contains elements representing the logical model.
-
Uses of IMConstraint in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMConstraint in de.mid.innovator.srv2api.icw2dbModifier and TypeInterfaceDescriptioninterfaceinterfaceADBSiblingConstraintin the DB model is the counterpart to aERGeneralizationSetin the ER model. -
Uses of IMConstraint in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMConstraint in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterfaceAERCheckConstraintdescribes the value consistency of the attributes. -
Uses of IMConstraint in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMConstraintModifier and TypeMethodDescription<T extends IMConstraint>
List<T> IMClassifier.getOwnedIMConstraint(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All constraints owned by this classifier. -
Uses of IMConstraint in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with type parameters of type IMConstraintModifier and TypeMethodDescription<T extends IMConstraint>
List<T> MEPackage.getOwnedIMConstraint(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All constraints owned by this package.