Class MatrixNetworkLoader<T>

  • All Implemented Interfaces:
    NetworkGenerator
    Direct Known Subclasses:
    DLNetworkLoader, ExcelNetworkLoader

    public abstract class MatrixNetworkLoader<T>
    extends Object
    implements NetworkGenerator
    Network generator that loads a network from a file. This will create the correct number of nodes, add those to a context and then create the correct topology.
    Author:
    Nick Collier