|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmodhelxs.abstractsemantics.NamedEntity
modhelxs.abstractsemantics.Relation
public class Relation
A Relation is an oriented connection between two pins.
| Field Summary | |
|---|---|
private Pin |
origin_
The origin of the relation. |
private Pin |
target_
The target of the relation. |
| Constructor Summary | |
|---|---|
Relation(java.lang.String name,
Pin origin,
Pin target)
Build a new relation named name between two pins. |
|
| Method Summary | |
|---|---|
Pin |
getOrigin()
Get the origin of this relation. |
Pin |
getTarget()
Get the target of this relation. |
| Methods inherited from class modhelxs.abstractsemantics.NamedEntity |
|---|
getName, getProperties, getProperty, hasProperty, removeProperty, setName, setProperties, setProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface modhelxs.ecore.NamedEntity |
|---|
getName, getProperties, setName |
| Field Detail |
|---|
private Pin origin_
private Pin target_
| Constructor Detail |
|---|
public Relation(java.lang.String name,
Pin origin,
Pin target)
name between two pins.
| Method Detail |
|---|
public Pin getOrigin()
Relation
getOrigin in interface Relationpublic Pin getTarget()
Relation
getTarget in interface Relation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||