|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for reading a network matrix. All the specific network matrix readers implement this interface.
| Method Summary | |
void |
close()
Closes the reader. |
Vector |
getMatrices()
Deprecated. |
Vector |
getMatrices(int matrixType)
Returns a vector of AdjacencyMatrices. |
| Method Detail |
public Vector getMatrices(int matrixType)
throws IOException
matrixType - 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
IOException
public Vector getMatrices()
throws IOException
IOExceptionpublic void close()
|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||