Uses of Interface
de.mid.innovator.srv2api.icw2im.IMClassifier
-
Packages that use IMClassifier 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 IMClassifier in de.mid.innovator.srv2api.icw2db
Subinterfaces of IMClassifier in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBColumnSet
interface
DBTable
interface
DBView
Methods in de.mid.innovator.srv2api.icw2db that return IMClassifier Modifier and Type Method Description IMClassifier
DBTable. getLeadingEntity()
Returns the leadingEREntity
of this table. -
Uses of IMClassifier in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMClassifier in de.mid.innovator.srv2api.icw2er Modifier and Type Interface Description interface
BI2Cube
In anBI2Cube
, the data is stored redundantly in segments of a multidimensional cube.interface
BIHierarchyRole
Deprecated: Use the BI2 classes for the 2nd generation procedure.interface
ERAttributeSet
interface
EREntity
AnEREntity
as part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.interface
ERRelationship
interface
ERView
AERView
to the Entity Relationship Model builds a table by joining and filtering the selected attributes.Methods in de.mid.innovator.srv2api.icw2er with type parameters of type IMClassifier Modifier and Type Method Description <T extends IMClassifier>
java.util.List<T>BI2HierarchyLevel. getDBColumnSets(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Get all DB elements which have a mapping dependency to thisBI2HierarchyLevel
.<T extends IMClassifier>
java.util.List<T>BI2HierarchyLevel. getDBColumnSets(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getDBColumnSets and filters its return values according to the given stereotype value.Method parameters in de.mid.innovator.srv2api.icw2er with type arguments of type IMClassifier Modifier and Type Method Description void
BI2HierarchyLevel. setDBColumnSets(java.util.List<? extends IMClassifier> values)
Set the value of View DBColumnSets. -
Uses of IMClassifier in de.mid.innovator.srv2api.icw2im
Subinterfaces of IMClassifier in de.mid.innovator.srv2api.icw2im Modifier and Type Interface Description interface
IMAssociation
Association between two classifiers.interface
IMCLDataType
This abstract type combines the behavior ofIMSemanticDataType
andCLDataType
.interface
IMSemanticDataType
A type which describes the semantic of its stored value.interface
IMSequence
Subclass ofIMSemanticDataType
with automatic unique value.Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMClassifier Modifier and Type Method Description <T extends IMClassifier>
java.util.List<T>IMConstraint. getConstrainedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Gets all classifiers which are directly assigned by thisIMConstraint
or contain aIMProperty
assigned by this constraint.<T extends IMClassifier>
java.util.List<T>IMConstraint. getConstrainedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getConstrainedClassifier and filters its return values according to the given stereotype value.<T extends IMClassifier>
java.util.List<T>IMConstraintAssign. getConstrainedClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Gets all classifiers constrained by thisIMConstraintAssign
, directly or indirectly via owned properties or used data types.<T extends IMClassifier>
java.util.List<T>IMConstraintAssign. getConstrainedClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getConstrainedClassifier and filters its return values according to the given stereotype value.<T extends IMClassifier>
java.util.List<T>IMKeyRelationship. getKeyClassifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns a list of two elements.<T extends IMClassifier>
java.util.List<T>IMKeyRelationship. getKeyClassifier(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getKeyClassifier and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2im that return IMClassifier Modifier and Type Method Description IMClassifier
IMConstraintAssign. getDirectlyConstrainedClassifier()
TheIMClassifier
of thisIMConstraintAssign
.IMClassifier
IMFeature. getOwningClassifier()
Reference to the classifier of thisIMFeature
.IMClassifier
IMKey. getOwningClassifier()
IMClassifier
IMTrigger. getOwningClassifier()
Reference to the classifier of thisIMTrigger
.IMClassifier
IMKeyRelationship. getUniqueKeyClassifier()
The classifier of the referencedIMUniqueKey
.Methods in de.mid.innovator.srv2api.icw2im with parameters of type IMClassifier Modifier and Type Method Description <T extends IMProperty>
java.util.List<T>IMFeature. getKeyRelationshipPropertyRecursive(java.lang.Class<T> returnType, IMClassifier refObj, K_CONTROL_OPTION... behaviourFlags)
List of foreign key properties, referencing this unique key property indirectly.<T extends IMProperty>
java.util.List<T>IMFeature. getKeyRelationshipPropertyRecursive(java.lang.Class<T> returnType, MMStereotype stereotype, IMClassifier refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getKeyRelationshipPropertyRecursive and filters its return values according to the given stereotype value.
-