|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KDMRelationship
A representation of the model object 'KDM Relationship'. A KDM relationship is a model element that represents semantic association between two entities. In the meta-model, KDMRelationship is a subclass of ModelElement. Each KDM package defines some specific KDM relations that are either direct or indirect subclasses of KDMRelationship. Specific subclasses of KDMRelationship are typed associations between some specific subclasses of KDMEntity.
CorePackage.getKDMRelationship()
Method Summary | |
---|---|
KDMEntity |
getFrom()
This operation returns the KDM entity that is the from-endpoint (the origin) of the current relationship. |
KDMEntity |
getTo()
This operation returns the KDM entity that is the to-endpoint (the target) of the current relationship |
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement |
---|
getStereotype, getTaggedValue |
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element |
---|
getAnnotation, getAttribute |
Method Detail |
---|
KDMEntity getTo()
KDMEntity getFrom()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |