|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uchicago.src.sim.network.AbstractAdjacencyMatrix
| Field Summary | |
protected String |
comment
|
protected List |
labels
|
protected String |
matrixLabel
|
| Constructor Summary | |
AbstractAdjacencyMatrix()
|
|
| Method Summary | |
String |
getComment()
Gets the comment, if any, associated with this matrix. |
List |
getLabels()
Gets the node labels for this matrix. |
String |
getMatrixLabel()
Gets the label for this matrix. |
void |
setComment(String comment)
Associates a comment with this matrix (e.g. |
void |
setMatrixLabel(String mLabel)
Sets the label for this matrix. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface uchicago.src.sim.network.AdjacencyMatrix |
columns, get, getAvgDegree, getDensity, getRow, matrixToString, rows, set, setMatrix |
| Field Detail |
protected List labels
protected String matrixLabel
protected String comment
| Constructor Detail |
public AbstractAdjacencyMatrix()
| Method Detail |
public void setMatrixLabel(String mLabel)
setMatrixLabel in interface AdjacencyMatrixmLabel - the label for this matrixpublic String getMatrixLabel()
getMatrixLabel in interface AdjacencyMatrixpublic void setComment(String comment)
setComment in interface AdjacencyMatrixcomment - the commentpublic String getComment()
getComment in interface AdjacencyMatrixpublic List getLabels()
getLabels in interface AdjacencyMatrix
|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||