Uses of Interface
repast.simphony.context.space.graph.NetworkGenerator
Packages that use NetworkGenerator
- 
Uses of NetworkGenerator in repast.simphony.context.space.graphClasses in repast.simphony.context.space.graph that implement NetworkGeneratorModifier and TypeClassDescriptionclassAbstract base implementation of NetworkGenerator.classLoads a Network from a ucinet dl format file.classLoads a Network from an excel file.classCreates a n x 1 lattice where each vertex is incident to two neighbors (except at the edges if the lattice is non-toroidal.)classGenerator 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.classNetwork generator that loads a network from a file.classGenerates a random network with a specified approximate density.classWattsBetaSmallWorldGenerator is a graph generator that produces a small world network using the beta-model as proposed by Duncan Watts.Methods in repast.simphony.context.space.graph that return NetworkGeneratorModifier and TypeMethodDescriptionabstract NetworkGeneratorNetworkFileFormat.createLoader(Context context, InputStream stream, NodeCreator nodeCreator, int matrixIndex) Methods in repast.simphony.context.space.graph with parameters of type NetworkGeneratorModifier 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.essentialsMethods in repast.simphony.essentials with parameters of type NetworkGeneratorModifier and TypeMethodDescriptionstatic NetworkRepastEssentials.CreateNetwork(String parentContextPath, String networkName, boolean directed, NetworkGenerator gen)