|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
| Packages that use IMKeyRelationship | |
|---|---|
| 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 IMKeyRelationship in de.mid.innovator.srv2api.icw2db |
|---|
| Subinterfaces of IMKeyRelationship in de.mid.innovator.srv2api.icw2db | |
|---|---|
interface |
DBForeignKey
|
| Uses of IMKeyRelationship in de.mid.innovator.srv2api.icw2er |
|---|
| Subinterfaces of IMKeyRelationship in de.mid.innovator.srv2api.icw2er | |
|---|---|
interface |
ERForeignKey
A ERForeignKey is a collection of attributes of its EREntity. |
| Uses of IMKeyRelationship in de.mid.innovator.srv2api.icw2im |
|---|
| Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMKeyRelationship | ||
|---|---|---|
|
IMClassifier.getForeignKeyReferencingOwnedUniqueKey(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All key relationships which reference an IMUniqueKey owned by this classifier. |
|
|
IMClassifier.getForeignKeyReferencingOwnedUniqueKey(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getForeignKeyReferencingOwnedUniqueKey and filters its return values according to the given stereotype value. |
|
|
IMUniqueKey.getKeyRelationship(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of key relationships that reference this unique key. |
|
|
IMProperty.getKeyRelationship(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
List of foreign keys that use this IMProperty. |
|
|
IMProperty.getKeyRelationship(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getKeyRelationship and filters its return values according to the given stereotype value. |
|
| Methods in de.mid.innovator.srv2api.icw2im that return IMKeyRelationship | |
|---|---|
IMKeyRelationship |
IMKeyRelationshipFeature.getOwningKeyRelationship()
Reference to the IMKeyRelationship of this IMKeyRelationshipFeature. |
|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||