|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.vergil.basic.NamedObjNodeModel
ptolemy.vergil.modal.FSMGraphModel.PortModel
public class FSMGraphModel.PortModel
The model for external ports.
| Constructor Summary | |
|---|---|
FSMGraphModel.PortModel()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDeleteNodeMoML(java.lang.Object node)
Return a MoML String that will delete the given node from the Ptolemy model. |
java.lang.Object |
getParent(java.lang.Object node)
Return the graph parent of the given node. |
java.util.Iterator |
inEdges(java.lang.Object node)
Return an iterator over the edges coming into the given node. |
java.util.Iterator |
outEdges(java.lang.Object node)
Return an iterator over the edges coming into the given node. |
void |
removeNode(java.lang.Object eventSource,
java.lang.Object node)
Remove the given node from the model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FSMGraphModel.PortModel()
| Method Detail |
|---|
public java.lang.String getDeleteNodeMoML(java.lang.Object node)
getDeleteNodeMoML in class NamedObjNodeModelnode - The node to be deleted.
public java.lang.Object getParent(java.lang.Object node)
node - The node, which is assumed to be an icon contained in
this graph model.
public java.util.Iterator inEdges(java.lang.Object node)
node - The node, which is assumed to be an icon contained in
this graph model.
public java.util.Iterator outEdges(java.lang.Object node)
node - The node, which is assumed to be an icon contained in
this graph model.
public void removeNode(java.lang.Object eventSource,
java.lang.Object node)
removeNode in class NamedObjNodeModeleventSource - The event source.node - The given node to be deleted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||