|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.network.ExcelMatrixReader
public class ExcelMatrixReader
| Constructor Summary | |
|---|---|
ExcelMatrixReader(java.lang.String filename)
|
|
| Method Summary | |
|---|---|
void |
close()
Closes the reader. |
java.util.Vector |
getMatrices()
Returns a vector of AdjacencyMatrices. |
java.util.Vector |
getMatrices(int matrixType)
Returns a vector of AdjacencyMatrices. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExcelMatrixReader(java.lang.String filename)
| Method Detail |
|---|
public java.util.Vector getMatrices()
throws java.io.IOException
NetworkMatrixReader
getMatrices in interface NetworkMatrixReaderjava.io.IOException
public java.util.Vector getMatrices(int matrixType)
throws java.io.IOException
NetworkMatrixReader
getMatrices in interface NetworkMatrixReadermatrixType - the type of the matrix. type refers to the size of the
matrix elements (ij values) and can be one of NetworkConstants.BINARY,
NetworkConstants.LARGE, NetworkConstants.SMALL
java.io.IOExceptionpublic static void main(java.lang.String[] args)
public void close()
NetworkMatrixReader
close in interface NetworkMatrixReader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||