Uses of Interface
repast.simphony.space.graph.EdgeCreator
Packages that use EdgeCreator
Package
Description
-
Uses of EdgeCreator in repast.simphony.context.space.graph
Methods in repast.simphony.context.space.graph that return EdgeCreatorModifier and TypeMethodDescriptionEdgeCreator<? extends RepastEdge<T>,
T> ContextJungNetwork.getEdgeCreator()
Gets the EdgeCreator used to create edges for this Network.Methods in repast.simphony.context.space.graph with parameters of type EdgeCreatorModifier 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
Classes in repast.simphony.relogo that implement EdgeCreator -
Uses of EdgeCreator in repast.simphony.relogo.factories
Classes in repast.simphony.relogo.factories that implement EdgeCreator -
Uses of EdgeCreator in repast.simphony.space.graph
Classes in repast.simphony.space.graph that implement EdgeCreatorModifier and TypeClassDescriptionclass
Default implementation of EdgeCreator that return RepastEdge.Fields in repast.simphony.space.graph declared as EdgeCreatorModifier and TypeFieldDescriptionprotected EdgeCreator<? extends RepastEdge<T>,
T> JungNetwork.creator
Methods in repast.simphony.space.graph that return EdgeCreatorModifier 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.Constructors in repast.simphony.space.graph with parameters of type EdgeCreatorModifierConstructorDescriptionDirectedJungNetwork
(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
Classes in repast.simphony.xml that implement EdgeCreatorModifier and TypeClassDescriptionclass
Edge creator that delegates the actual edge creation to a specified delegate.Methods in repast.simphony.xml with parameters of type EdgeCreatorModifier and TypeMethodDescriptionvoid
DelegatingEdgeCreator.initDelegate
(EdgeCreator delegate) Sets the delegate to the specified EdgeCreator.