|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.vergil.modal.Arc
public class Arc
Instances of this class represent an arc between two states in a state machine visualization. To see how this class is used and links are made using this class, see ArcModel in FSMGraphModel.
FSMGraphModel.ArcModel
Red (johnr) |
Red (eal) |
Field Summary | |
---|---|
private java.lang.Object |
_head
|
private ComponentRelation |
_relation
|
private java.lang.Object |
_tail
|
Constructor Summary | |
---|---|
Arc()
|
Method Summary | |
---|---|
java.lang.Object |
getHead()
Return the head of this link. |
ComponentRelation |
getRelation()
Return the relation that this link represents. |
java.lang.Object |
getTail()
Return the tail of this link. |
void |
setHead(java.lang.Object head)
Set the head of this link. |
void |
setRelation(ComponentRelation relation)
Set the relation that this link represents. |
void |
setTail(java.lang.Object tail)
Set the tail of this link. |
java.lang.String |
toString()
Return a string representation of this link. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.Object _head
private java.lang.Object _tail
private ComponentRelation _relation
Constructor Detail |
---|
public Arc()
Method Detail |
---|
public java.lang.Object getHead()
setHead(Object)
public ComponentRelation getRelation()
setRelation(ComponentRelation)
public java.lang.Object getTail()
setTail(Object)
public void setHead(java.lang.Object head)
head
- The head of this link.getHead()
public void setRelation(ComponentRelation relation)
relation
- The relation of this link.getRelation()
public void setTail(java.lang.Object tail)
tail
- The Tail of this link.getTail()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |