|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.vergil.basic.NamedObjNodeModel
ptolemy.vergil.actor.ActorGraphModel.PortModel
public class ActorGraphModel.PortModel
The model for ports that are contained in icons in this graph.
| Constructor Summary | |
|---|---|
ActorGraphModel.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 out of 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 ActorGraphModel.PortModel()
| Method Detail |
|---|
public java.lang.String getDeleteNodeMoML(java.lang.Object node)
getDeleteNodeMoML in class NamedObjNodeModelnode - The node.
public java.lang.Object getParent(java.lang.Object node)
node - The node, which is assumed to be a port.
public java.util.Iterator inEdges(java.lang.Object node)
node - The node, which is assumed to be a port contained in
the root of this graph model.
public java.util.Iterator outEdges(java.lang.Object node)
node - The node, which is assumed to be a port contained in
the root of this graph model.
public void removeNode(java.lang.Object eventSource,
java.lang.Object node)
removeNode in class NamedObjNodeModeleventSource - The source of the event that will be dispatched,
e.g. the view that made this call.node - The node.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||