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