|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NetworkMatrixReader
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 |
|---|
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
java.util.Vector getMatrices()
throws java.io.IOException
java.io.IOExceptionvoid close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||