| addEdge(int fromNode, int toNode) | utils.GraphMatrix | [inline] |
| getAncestorIterator(int node) | utils.GraphMatrix | [inline] |
| getDescendantIterator(int node) | utils.GraphMatrix | [inline] |
| getEdgeIterator() | utils.GraphMatrix | [inline] |
| getNumEdges() | utils.GraphMatrix | [inline] |
| getNumNodes() | utils.GraphMatrix | [inline] |
| getTag(int fromNode, int toNode) | utils.GraphMatrix | [inline] |
| GraphMatrix(int numNodes) | utils.GraphMatrix | [inline] |
| hasEdge(int fromNode, int toNode) | utils.GraphMatrix | [inline] |
| initTags() | utils.GraphMatrix | [inline, protected] |
| matrix | utils.GraphMatrix | [protected] |
| numEdges | utils.GraphMatrix | [protected] |
| numNodes | utils.GraphMatrix | [protected] |
| setTag(int fromNode, int toNode, Object tag) | utils.GraphMatrix | [inline] |
| tags | utils.GraphMatrix | [protected] |