Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELConstraint
-
Packages that use ELConstraint 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.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.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.icw2ia The Interaction package describes the concepts needed to express interactions.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 ELConstraint in de.mid.innovator.srv2api.icw2db
Subinterfaces of ELConstraint in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBCheckConstraint
interface
DBSiblingConstraint
-
Uses of ELConstraint in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELConstraint Modifier and Type Method Description <T extends ELConstraint>
java.util.List<T>ELNamespaceAble. getOwnedConstraint(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Specifies a set of constraints owned by this namespace. -
Uses of ELConstraint in de.mid.innovator.srv2api.icw2er
Subinterfaces of ELConstraint in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
ERCheckConstraint
AERCheckConstraint
describes the value consistency of the attributes. -
Uses of ELConstraint in de.mid.innovator.srv2api.icw2ia
Subinterfaces of ELConstraint in de.mid.innovator.srv2api.icw2ia Modifier and Type Interface Description interface
IAConstraint
An InteractionConstraint is a Boolean expression that guards an operand in a CombinedFragment. -
Uses of ELConstraint in de.mid.innovator.srv2api.icw2im
Subinterfaces of ELConstraint 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. -
Uses of ELConstraint in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELConstraint in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interface
MEAssignAbleConstraint
This is a utility class for MEAssignAbleConstraint that provides static methods for creation or other purposes.interface
MEConstraint
A constraint is a condition or restriction expressed in natural language text or in a machine readable language for the purpose of declaring some of the semantics of an element.interface
MEDurationConstraint
A DurationConstraint defines a Constraint that refers to a DurationInterval.interface
MEIntervalConstraint
An IntervalConstraint defines a constraint that refers to an interval.interface
MESimpleConstraint
interface
METimeConstraint
A TimeConstraint defines a Constraint that refers to a TimeInterval.
-