|
|||||||||
| Home >> All >> com >> port80 >> graph >> dot >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.graph.dot.impl
Class VirtualGraph.AdjacencyMatrix

java.lang.Objectcom.port80.graph.dot.impl.VirtualGraph.AdjacencyMatrix
- Enclosing class:
- VirtualGraph
- static class VirtualGraph.AdjacencyMatrix
- extends java.lang.Object
| Field Summary | |
(package private) int[] |
data
|
(package private) int |
nCols
|
(package private) int |
nRows
|
| Constructor Summary | |
(package private) |
VirtualGraph.AdjacencyMatrix(int nr,
int nc)
|
| Method Summary | |
(package private) int |
get(int row,
int col)
|
(package private) void |
set(int row,
int col,
int d)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
nRows
int nRows
nCols
int nCols
data
int[] data
| Constructor Detail |
VirtualGraph.AdjacencyMatrix
VirtualGraph.AdjacencyMatrix(int nr,
int nc)
| Method Detail |
set
void set(int row,
int col,
int d)
get
int get(int row,
int col)
|
|||||||||
| Home >> All >> com >> port80 >> graph >> dot >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.graph.dot.impl.VirtualGraph.AdjacencyMatrix