Uses of Interface
de.mid.innovator.srv2api.icw2im.IMClassifier

Packages that use IMClassifier
de.mid.innovator.srv2api.icw2db The DB package (spezialization of the IM package) describes the concepts needed for modeling a relational database. 
de.mid.innovator.srv2api.icw2er The ER package (spezialization of the IM package) deals with the modeling concepts for the Entity Relationship Model and, in particular, entities, attributes and their relationships. 
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
 interface DBColumnSet
          An DBColumnSet can be a DBTable or a DBView.
 interface DBTable
          An DBTable as part of the Relational Database Model is specified by its columns.
 interface DBView
           
 

Uses of IMClassifier in de.mid.innovator.srv2api.icw2er
 

Subinterfaces of IMClassifier in de.mid.innovator.srv2api.icw2er
 interface BI2Cube
           
 interface BIHierarchyRole
          A BIHierarchyRole is a specialization of a ERRelationship.
 interface ERAttributeSet
          An ERAttributeSet of the Entity Relationship Model can be an EREntity or a ERView.
 interface EREntity
          An EREntity as part of the Entity Relationship Model is specified by its attributes and its relationships to other entities.
 interface ERRelationship
          A ERRelationship connects two entities via ERRole roles.
 interface ERView
          A ERView to the Entity Relationship Model builds a table by joining and filtering the selected attributes.
 

Uses of IMClassifier in de.mid.innovator.srv2api.icw2im
 

Subinterfaces of IMClassifier in de.mid.innovator.srv2api.icw2im
 interface IMAssociation
          Association between two classifiers.
 interface IMCLDataType
           
 interface IMSemanticDataType
          A type which describes the semantic of its stored value.
 interface IMSequence
          Subclass of IMSemanticDataType with automatic unique value.
 

Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMClassifier
<T extends IMClassifier>
List<T>
IMConstraintAssign.getConstrainedClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          Gets all classifiers constrained by this IMConstraintAssign, directly or indirectly via owned properties or used data types.
<T extends IMClassifier>
List<T>
IMConstraint.getConstrainedClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          Gets all classifiers which are directly assigned by this IMConstraint or contain a IMProperty assigned by this constraint.
<T extends IMClassifier>
List<T>
IMConstraintAssign.getConstrainedClassifier(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>
List<T>
IMConstraint.getConstrainedClassifier(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>
List<T>
IMKeyRelationship.getKeyClassifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          Returns a list of two elements.
<T extends IMClassifier>
List<T>
IMKeyRelationship.getKeyClassifier(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
 IMClassifier IMConstraintAssign.getDirectlyConstrainedClassifier()
          The IMClassifier of this IMConstraintAssign.
 IMClassifier IMTrigger.getOwningClassifier()
          Reference to the classifier of this IMTrigger.
 IMClassifier IMKey.getOwningClassifier()
          Reference to the classifier (ER entity or DB table) of this key.
 IMClassifier IMFeature.getOwningClassifier()
          Reference to the classifier of this IMFeature.
 IMClassifier IMKeyRelationship.getUniqueKeyClassifier()
          The classifier of the referenced IMUniqueKey.
 

Methods in de.mid.innovator.srv2api.icw2im with parameters of type IMClassifier
<T extends IMProperty>
List<T>
IMFeature.getKeyRelationshipPropertyRecursive(Class<T> returnType, IMClassifier refObj, K_CONTROL_OPTION... behaviourFlags)
          List of foreign key properties, referencing this unique key property indirectly.
<T extends IMProperty>
List<T>
IMFeature.getKeyRelationshipPropertyRecursive(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.