|
|||||||||||
| 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. |
java.util.Vector |
getMatrices()
Deprecated. |
java.util.Vector |
getMatrices(int matrixType)
Returns a vector of AdjacencyMatrices. |
| Method Detail |
public java.util.Vector getMatrices(int matrixType)
throws java.io.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
java.io.IOException
public java.util.Vector getMatrices()
throws java.io.IOException
java.io.IOExceptionpublic void close()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||