org.eclipse.gmt.modisco.omg.kdm.core
Interface KDMRelationship

All Superinterfaces:
Element, ModelElement
All Known Subinterfaces:
AbstractActionRelationship, AbstractBuildRelationship, AbstractCodeRelationship, AbstractConceptualRelationship, AbstractDataRelationship, AbstractEventRelationship, AbstractInventoryRelationship, AbstractPlatformRelationship, AbstractStructureRelationship, AbstractUIRelationship, ActionRelationship, Addresses, BindsTo, BuildRelationship, Calls, CodeRelationship, CompliesTo, ConceptualFlow, ConceptualRelationship, Consumes, ConsumesEvent, ControlFlow, Creates, DataRelationship, DatatypeOf, DefinedBy, DependsOn, DescribedBy, Dispatches, Displays, DisplaysImage, EntryFlow, EventRelationship, ExceptionFlow, ExitFlow, Expands, Extends, ExtensionTo, FalseFlow, Flow, GeneratedFrom, GuardedFlow, HasContent, HasState, HasType, HasValue, ImplementationOf, Implements, Imports, Includes, InstanceOf, InventoryRelationship, KeyRelation, LinksTo, Loads, ManagesData, ManagesResource, ManagesUI, NextState, ParameterTo, PlatformRelationship, Produces, ProducesDataEvent, ProducesEvent, Reads, ReadsColumnSet, ReadsResource, ReadsState, ReadsUI, Redefines, ReferenceTo, Requires, RestrictionOf, Spawns, StructureRelationship, SuppliedBy, SupportedBy, Throws, TrueFlow, TypedBy, UIFlow, UILayout, UIRelationship, UsesType, VariantTo, VisibleIn, Writes, WritesColumnSet, WritesResource, WritesUI

public interface KDMRelationship
extends ModelElement

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.

See Also:
CorePackage.getKDMRelationship()
Generated:
Model:
abstract="true"

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

getTo

KDMEntity getTo()
This operation returns the KDM entity that is the to-endpoint (the target) of the current relationship

Generated:
Model:
kind="operation"

getFrom

KDMEntity getFrom()
This operation returns the KDM entity that is the from-endpoint (the origin) of the current relationship.

Generated:
Model:
kind="operation"