Class ExcelMatrixReader
java.lang.Object
repast.simphony.context.space.graph.ExcelMatrixReader
- All Implemented Interfaces:
NetworkMatrixReader
- Author:
- Nick Collier Date: Apr 29, 2008 4:29:05 PM
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Closes the reader.Returns a list of the read AdjacencyMatrices.
-
Constructor Details
-
ExcelMatrixReader
- Throws:
IOException
-
-
Method Details
-
getMatrices
Returns a list of the read AdjacencyMatrices.- Specified by:
getMatrices
in interfaceNetworkMatrixReader
- Returns:
- a list of the read AdjacencyMatrices.
- Throws:
IOException
- if there is an error while attempting to read the matrices
-
close
public void close()Description copied from interface:NetworkMatrixReader
Closes the reader.- Specified by:
close
in interfaceNetworkMatrixReader
-