Uses of Interface
repast.simphony.space.graph.EdgeCreator
Package
Description
-
Uses of EdgeCreator in repast.simphony.context.space.graph
Modifier and TypeMethodDescriptionEdgeCreator<? extends RepastEdge<T>,
T> ContextJungNetwork.getEdgeCreator()
Gets the EdgeCreator used to create edges for this Network.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, boolean isDirected, 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, 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, boolean isDirected, EdgeCreator<? extends RepastEdge<T>, T> edgeCreator) Creates a Network that will contain the specified class of objects.NetworkBuilder.setEdgeCreator
(EdgeCreator edgeCreator) Sets the class that will be used to create edges for the created network. -
Uses of EdgeCreator in repast.simphony.relogo
-
Uses of EdgeCreator in repast.simphony.relogo.factories
-
Uses of EdgeCreator in repast.simphony.space.graph
Modifier and TypeClassDescriptionclass
Default implementation of EdgeCreator that return RepastEdge.Modifier and TypeFieldDescriptionprotected EdgeCreator<? extends RepastEdge<T>,
T> JungNetwork.creator
Modifier and TypeMethodDescriptionEdgeCreatorFactory.createEdgeCreator
(String edgeClassName) EdgeCreator<? extends RepastEdge<T>,
T> JungNetwork.getEdgeCreator()
Gets the EdgeCreator used to create edges for this Network.EdgeCreator<? extends RepastEdge<T>,
T> Network.getEdgeCreator()
Gets the EdgeCreator used to create edges for this Network.ModifierConstructorDescriptionDirectedJungNetwork
(String name, EdgeCreator<? extends RepastEdge<T>, T> creator) JungNetwork
(String name, EdgeCreator<? extends RepastEdge<T>, T> creator) UndirectedJungNetwork
(String name, EdgeCreator<? extends RepastEdge<T>, T> creator) -
Uses of EdgeCreator in repast.simphony.xml
Modifier and TypeClassDescriptionclass
Edge creator that delegates the actual edge creation to a specified delegate.Modifier and TypeMethodDescriptionvoid
DelegatingEdgeCreator.initDelegate
(EdgeCreator delegate) Sets the delegate to the specified EdgeCreator.