|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A formatter interface for network matrices. Defines formats for saving network matrices via a NetworkRecorder.
| Method Summary | |
void |
format(List matrixLabels,
Vector matrices,
String comment)
formats the specified matrices together with the labels, and comment |
String |
getHeader()
Returns the block header for the matrices formatter in comment. |
Vector |
getMatrices()
Returns a Vector of appropriate Strings representing the matrices. |
| Method Detail |
public void format(List matrixLabels,
Vector matrices,
String comment)
matrixLabels - the labels of the matricesmatrices - a Vector of AdjacencyMatricescomment - an optional commentpublic String getHeader()
public Vector getMatrices()
|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||