Uses of Interface
de.mid.innovator.srv2api.icw2model.MEConstraint
-
Packages that use MEConstraint Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.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.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEConstraint in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type MEConstraint Modifier and Type Method Description <T extends MEConstraint>
java.util.List<T>CLClassifier. getOwnedRule(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All constraints owned by this classifier. -
Uses of MEConstraint in de.mid.innovator.srv2api.icw2db
Subinterfaces of MEConstraint in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBCheckConstraint
interface
DBSiblingConstraint
-
Uses of MEConstraint in de.mid.innovator.srv2api.icw2er
Subinterfaces of MEConstraint in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
ERCheckConstraint
AERCheckConstraint
describes the value consistency of the attributes. -
Uses of MEConstraint in de.mid.innovator.srv2api.icw2im
Subinterfaces of MEConstraint in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interface
IMConstraint
This is a utility class for IMConstraint that provides static methods for creation or other purposes.Methods in de.mid.innovator.srv2api.icw2im with type parameters of type MEConstraint Modifier and Type Method Description <T extends MEConstraint>
java.util.List<T>IMClassifier. getAllAssignedConstraint(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All constraints which are assigned to thisIMClassifier
or to aIMProperty
of this classifier.<T extends MEConstraint>
java.util.List<T>IMClassifier. getAllAssignedConstraint(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAllAssignedConstraint and filters its return values according to the given stereotype value. -
Uses of MEConstraint in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model with type parameters of type MEConstraint Modifier and Type Method Description <T extends MEConstraint>
java.util.List<T>MEConstraintAble. getAssignedConstraint(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All constraints which are assigned to this element.<T extends MEConstraint>
java.util.List<T>MEConstraintAble. getAssignedConstraint(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAssignedConstraint and filters its return values according to the given stereotype value.<T extends MEConstraint>
java.util.List<T>MEPackage. getOwnedRule(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All constraints owned by this package.Methods in de.mid.innovator.srv2api.icw2model that return MEConstraint Modifier and Type Method Description static MEConstraint
MEConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Constraint with template and container.static MEConstraint
MEConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Constraint with stereotype and container.
-