modhelxs.ecore
Interface Relation

All Superinterfaces:
NamedEntity
All Known Implementing Classes:
Relation

public interface Relation
extends NamedEntity

A Relation is an oriented link between two Pins.

Author:
boulange

Method Summary
 Pin getOrigin()
          Get the origin of this relation.
 Pin getTarget()
          Get the target of this relation.
 
Methods inherited from interface modhelxs.ecore.NamedEntity
getName, getProperties, setName
 

Method Detail

getOrigin

Pin getOrigin()
Get the origin of this relation.


getTarget

Pin getTarget()
Get the target of this relation.