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

Packages that use IMKey
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 IMKey in de.mid.innovator.srv2api.icw2db
 

Subinterfaces of IMKey in de.mid.innovator.srv2api.icw2db
 interface DBForeignKey
           
 interface DBUniqueKey
           
 

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

Subinterfaces of IMKey in de.mid.innovator.srv2api.icw2er
 interface ERForeignKey
          A ERForeignKey is a collection of attributes of its EREntity.
 interface ERUniqueKey
          An ERUniqueKey is a collection of attributes of its ERAttributeSet.
 

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

Subinterfaces of IMKey in de.mid.innovator.srv2api.icw2im
 interface IMKeyRelationship
          This is a utility class for IMKeyRelationship that provides static methods for creation or other purposes.
 interface IMUniqueKey
          This is a utility class for IMUniqueKey that provides static methods for creation or other purposes.
 

Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMKey
<T extends IMKey>
List<T>
IMFeature.getKey(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All keys this element is assigned to by an IMKeyFeature.
<T extends IMKey>
List<T>
IMFeature.getKey(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
          The method calls getKey and filters its return values according to the given stereotype value.
<T extends IMKey>
List<T>
IMClassifier.getOwnedKey(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          List of keys of this classifier (ER entity or DB table).
 

Methods in de.mid.innovator.srv2api.icw2im that return IMKey
 IMKey IMKeyFeature.getOwningKey()
          Reference to the IMKey of this IMKeyFeature.