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()
GraphgetNodePrototypes in class Graphpublic Edge[] getEdgePrototypes()
GraphgetEdgePrototypes in class Graph