|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.network.ExcelFormatter
public class ExcelFormatter
Formats AdjacencyMatrices into ExcelFormat.
| Constructor Summary | |
|---|---|
ExcelFormatter()
|
|
| Method Summary | |
|---|---|
void |
format(java.util.List matrixLabels,
java.util.Vector matrices,
java.lang.String comment)
Formats the specified list of matrix labels, matrices and comments. |
java.lang.String |
getHeader()
Gets the header information created by a previous call to format(...). |
java.util.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(java.util.List matrixLabels,
java.util.Vector matrices,
java.lang.String comment)
format in interface NetworkMatrixFormattermatrixLabels - the matrix labelsmatrices - a Vector of AdjacencyMatricescomment - a commentpublic java.lang.String getHeader()
getHeader in interface NetworkMatrixFormatterpublic java.util.Vector getMatrices()
getMatrices in interface NetworkMatrixFormatter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||