Uses of Interface
de.mid.innovator.srv2api.icw2im.IMKeyRelationship
Packages that use IMKeyRelationship
Package
Description
The DB package (specialization of the IM package) describes the concepts needed
for modeling a relational database.
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.
In addition it deals with the concepts of Online Analytical Processing (OLAP) to build a data warehouse for business intelligence (BI) matters.
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 -
Uses of IMKeyRelationship in de.mid.innovator.srv2api.icw2er
Subinterfaces of IMKeyRelationship in de.mid.innovator.srv2api.icw2erModifier and TypeInterfaceDescriptioninterface -
Uses of IMKeyRelationship in de.mid.innovator.srv2api.icw2im
Methods in de.mid.innovator.srv2api.icw2im with type parameters of type IMKeyRelationshipModifier and TypeMethodDescription<T extends IMKeyRelationship>
List<T> IMClassifier.getForeignKeyReferencingOwnedUniqueKey(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends IMKeyRelationship>
List<T> 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.<T extends IMKeyRelationship>
List<T> IMProperty.getKeyRelationship(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends IMKeyRelationship>
List<T> 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.<T extends IMKeyRelationship>
List<T> IMUniqueKey.getKeyRelationship(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) List of key relationships that reference this unique key.Methods in de.mid.innovator.srv2api.icw2im that return IMKeyRelationshipModifier and TypeMethodDescriptionIMViewFrom.getKeyRelationship()TheIMKeyRelationshipused by thisIMViewFrom.IMKeyRelationshipFeature.getOwningKeyRelationship()Reference to theIMKeyRelationshipof thisIMKeyRelationshipFeature.Methods in de.mid.innovator.srv2api.icw2im with parameters of type IMKeyRelationshipModifier and TypeMethodDescriptionvoidIMViewFrom.setKeyRelationship(IMKeyRelationship value) Set the value of Foreign Key KeyRelationship.