Uses of Interface
de.mid.innovator.srv2api.icw2im.IMConstraintAssign
-
Packages that use IMConstraintAssign Package Description de.mid.innovator.srv2api.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.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.de.mid.innovator.srv2api.icw2im The IM package specify the Information Management Metamodel core concepts required for data modeling. -
-
Uses of IMConstraintAssign in de.mid.innovator.srv2api.icw2db
Methods in de.mid.innovator.srv2api.icw2db that return types with arguments of type IMConstraintAssign Modifier and Type Method Description java.util.List<IMConstraintAssign>
DBCheckConstraint. getOwnedConstraintAssign(K_CONTROL_OPTION... behaviourFlags)
All check constraint assignments of thisDBCheckConstraint
. -
Uses of IMConstraintAssign in de.mid.innovator.srv2api.icw2er
Methods in de.mid.innovator.srv2api.icw2er that return types with arguments of type IMConstraintAssign Modifier and Type Method Description java.util.List<IMConstraintAssign>
ERCheckConstraint. getOwnedConstraintAssign(K_CONTROL_OPTION... behaviourFlags)
All check constraint assignments of thisERCheckConstraint
. -
Uses of IMConstraintAssign in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im that return types with arguments of type IMConstraintAssign Modifier and Type Method Description java.util.List<IMConstraintAssign>
IMClassifier. getDirectlyCheckConstraintAssign(K_CONTROL_OPTION... behaviourFlags)
All check constraint assignments of thisIMClassifier
.
-