Uses of Interface
repast.simphony.context.space.graph.NetworkGenerator
-
Uses of NetworkGenerator in repast.simphony.context.space.graph
Modifier and TypeClassDescriptionclass
Abstract base implementation of NetworkGenerator.class
Loads a Network from a ucinet dl format file.class
Loads a Network from an excel file.class
Creates a n x 1 lattice where each vertex is incident to two neighbors (except at the edges if the lattice is non-toroidal.)class
Generator for n x n lattice where each vertex is incident with its four neighbors except perhaps for the edge vertices depending on whether the lattice is toroidal.class
Network generator that loads a network from a file.class
Generates a random network with a specified approximate density.class
WattsBetaSmallWorldGenerator is a graph generator that produces a small world network using the beta-model as proposed by Duncan Watts.Modifier and TypeMethodDescriptionabstract NetworkGenerator
NetworkFileFormat.createLoader
(Context context, InputStream stream, NodeCreator nodeCreator, int matrixIndex) Modifier and TypeMethodDescription<T> Network<T>
DefaultNetworkFactory.createNetwork
(String netName, Context<T> context, boolean isDirected, NetworkGenerator<T> generator, EdgeCreator<? extends RepastEdge<T>, T> edgeCreator) Creates a Network that will contain the specified class of objects.<T> Network<T>
DefaultNetworkFactory.createNetwork
(String netName, Context<T> context, NetworkGenerator<T> generator, boolean isDirected) Creates a Network that will contain the specified class of objects.<T> Network<T>
NetworkFactory.createNetwork
(String netName, Context<T> context, boolean isDirected, NetworkGenerator<T> generator, EdgeCreator<? extends RepastEdge<T>, T> edgeCreator) Creates a Network that will contain the specified class of objects.<T> Network<T>
NetworkFactory.createNetwork
(String netName, Context<T> context, NetworkGenerator<T> generator, boolean isDirected) Creates a Network that will contain the specified class of objects.NetworkBuilder.setGenerator
(NetworkGenerator<T> generator) Sets a generator to use to create the network topology. -
Uses of NetworkGenerator in repast.simphony.essentials
Modifier and TypeMethodDescriptionstatic Network
RepastEssentials.CreateNetwork
(String parentContextPath, String networkName, boolean directed, NetworkGenerator gen)