|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.horstmann.violet.framework.Graph
com.horstmann.violet.StateDiagramGraph
public class StateDiagramGraph
A UML state diagram.
Constructor Summary | |
---|---|
StateDiagramGraph()
|
Method Summary | |
---|---|
Edge[] |
getEdgePrototypes()
Gets the edge types of a particular graph type. |
Node[] |
getNodePrototypes()
Gets the node types of a particular graph type. |
Methods inherited from class com.horstmann.violet.framework.Graph |
---|
add, addNode, connect, connect, draw, findEdge, findNode, getBounds, getEdges, getMinBounds, getNodes, layout, removeEdge, removeNode, setMinBounds, setPersistenceDelegate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StateDiagramGraph()
Method Detail |
---|
public Node[] getNodePrototypes()
Graph
getNodePrototypes
in class Graph
public Edge[] getEdgePrototypes()
Graph
getEdgePrototypes
in class Graph
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |