public class SimpleGraph extends Graph
Constructor and Description |
---|
SimpleGraph() |
Modifier and Type | Method and Description |
---|---|
Edge[] |
getEdgePrototypes()
Gets the edge types of a particular graph type.
|
Node[] |
getNodePrototypes()
Gets the node types of a particular graph type.
|
public SimpleGraph()
public Node[] getNodePrototypes()
Graph
getNodePrototypes
in class Graph
public Edge[] getEdgePrototypes()
Graph
getEdgePrototypes
in class Graph