repast.simphony.context.space.graph
Class DLNetworkLoader

java.lang.Object
  extended by repast.simphony.context.space.graph.MatrixNetworkLoader
      extended by repast.simphony.context.space.graph.DLNetworkLoader
All Implemented Interfaces:
NetworkGenerator

public class DLNetworkLoader
extends MatrixNetworkLoader

Loads a Network from a ucinet dl format file.

Author:
Nick Collier

Constructor Summary
DLNetworkLoader(Context context, InputStream stream, Class agentClass, int matrixIndex)
           
DLNetworkLoader(Context context, InputStream stream, NodeCreator nodeCreator, int matrixIndex)
           
 
Method Summary
protected  NetworkMatrixReader getMatrixReader(InputStream stream)
           
 
Methods inherited from class repast.simphony.context.space.graph.MatrixNetworkLoader
createNetwork
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLNetworkLoader

public DLNetworkLoader(Context context,
                       InputStream stream,
                       Class agentClass,
                       int matrixIndex)

DLNetworkLoader

public DLNetworkLoader(Context context,
                       InputStream stream,
                       NodeCreator nodeCreator,
                       int matrixIndex)
Method Detail

getMatrixReader

protected NetworkMatrixReader getMatrixReader(InputStream stream)
Specified by:
getMatrixReader in class MatrixNetworkLoader