|
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.ExcelFormatter
Formats AdjacencyMatrices into ExcelFormat.
| Constructor Summary | |
ExcelFormatter()
|
|
| Method Summary | |
void |
format(List matrixLabels,
Vector matrices,
String comment)
Formats the specified list of matrix labels, matrices and comments. |
String |
getHeader()
Gets the header information created by a previous call to format(...). |
Vector |
getMatrices()
Get the matrices formatted by a previous call to format. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExcelFormatter()
| Method Detail |
public void format(List matrixLabels,
Vector matrices,
String comment)
format in interface NetworkMatrixFormattermatrixLabels - the matrix labelsmatrices - a Vector of AdjacencyMatricescomment - a commentpublic String getHeader()
getHeader in interface NetworkMatrixFormatterpublic Vector getMatrices()
getMatrices in interface NetworkMatrixFormatter
|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||