|
|||||||||
| 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.VertexModel
public class ActorGraphModel.VertexModel
The model for vertexes that are contained within the relations of the ptolemy model.
| Constructor Summary | |
|---|---|
ActorGraphModel.VertexModel()
|
|
| 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 ActorGraphModel.VertexModel()
| 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 Vertex.
public java.util.Iterator inEdges(java.lang.Object node)
node - The node, which is assumed to be a vertex contained in
a relation.
public java.util.Iterator outEdges(java.lang.Object node)
node - The node, which is assumed to be a vertex contained in
a relation.
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 | ||||||||