Class AbstractGenerator<T>
java.lang.Object
repast.simphony.context.space.graph.AbstractGenerator<T>
- All Implemented Interfaces:
NetworkGenerator<T>
- Direct Known Subclasses:
Lattice1DGenerator
,Lattice2DGenerator
,RandomDensityGenerator
,WattsBetaSmallWorldGenerator
Abstract base implementation of NetworkGenerator.
- Author:
- Nick Collier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface repast.simphony.context.space.graph.NetworkGenerator
createNetwork
-
Field Details
-
msg
protected static final simphony.util.messages.MessageCenter msg
-
-
Constructor Details
-
AbstractGenerator
public AbstractGenerator()
-