Uses of Interface
repast.simphony.space.graph.Network
Packages that use Network
Package
Description
-
Uses of Network in repast.simphony.context.space.graph
Classes in repast.simphony.context.space.graph that implement NetworkMethods in repast.simphony.context.space.graph that return NetworkModifier and TypeMethodDescriptionNetworkBuilder.buildNetwork()Builds the network using all the previously set properties.<T> Network<T>DefaultNetworkFactory.createNetwork(String netName, Context<T> context, boolean isDirected) Creates a Network that will contain the specified class of objects.<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>DefaultNetworkFactory.createNetwork(String netName, Context<T> context, NetworkGenerator<T> generator, boolean isDirected) Creates a Network that will contain the specified class of objects.Lattice1DGenerator.createNetwork(Network<T> network) Given an existing network, add edges to create a n x 1 lattice.Lattice2DGenerator.createNetwork(Network<T> network) Given an existing network, add edges to create a 2D lattice.MatrixNetworkLoader.createNetwork(Network network) Creates edges using the nodes in the specified network.<T> Network<T>NetworkFactory.createNetwork(String netName, Context<T> context, 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, 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, NetworkGenerator<T> generator, boolean isDirected) Creates a Network that will contain the specified class of objects.NetworkGenerator.createNetwork(Network<T> network) Creates edges using the nodes in the specified network.RandomDensityGenerator.createNetwork(Network<T> network) Add edges to the existing network to create a random density network.WattsBetaSmallWorldGenerator.createNetwork(Network<T> network) Generates a beta-network from a 1-lattice according to the parameters given.Methods in repast.simphony.context.space.graph with parameters of type NetworkModifier and TypeMethodDescriptionLattice1DGenerator.createNetwork(Network<T> network) Given an existing network, add edges to create a n x 1 lattice.Lattice2DGenerator.createNetwork(Network<T> network) Given an existing network, add edges to create a 2D lattice.MatrixNetworkLoader.createNetwork(Network network) Creates edges using the nodes in the specified network.NetworkGenerator.createNetwork(Network<T> network) Creates edges using the nodes in the specified network.RandomDensityGenerator.createNetwork(Network<T> network) Add edges to the existing network to create a random density network.WattsBetaSmallWorldGenerator.createNetwork(Network<T> network) Generates a beta-network from a 1-lattice according to the parameters given. -
Uses of Network in repast.simphony.data2.gui
Methods in repast.simphony.data2.gui that return types with arguments of type NetworkModifier and TypeMethodDescriptionNetworkChooserStep.getChosenNetworks()NetworkChooserStep.getNetworks()Constructor parameters in repast.simphony.data2.gui with type arguments of type NetworkModifierConstructorDescriptionNetworkChooserStep(Iterable<Network> networks, boolean multiSelect, String title, String message) -
Uses of Network in repast.simphony.engine.graph
Methods in repast.simphony.engine.graph with parameters of type NetworkModifier and TypeMethodDescriptionDefaultGraphSchedule.schedule(ScheduleParameters baseParams, Object rootNode, Network topology, Executor<Object> nodeExecutor) Schedules a Repast network to be executed.IGraphSchedule.schedule(ScheduleParameters baseParams, Object rootNode, Network topology, Executor<Object> nodeExecutor) Schedules a Repast network to be executed.static ISchedulableActionGraphScheduleUtilities.scheduleGraph(ISchedule schedule, ScheduleParameters baseParams, Object rootNode, Network topology, Executor<Object> nodeExecutor) Schedules a Repast network to be executed.Constructors in repast.simphony.engine.graph with parameters of type NetworkModifierConstructorDescriptionNetworkTopologyExecutor(ISchedule schedule, ScheduleParameters scheduleParams, Executor<Object> nodeExecutor, Network topology) This is the same as NetworkTopologyExecutor(ISchedule, ScheduleParameters, new TopologyVisitor(topology), Executor, NetworkTopology).NetworkTopologyExecutor(ISchedule schedule, ScheduleParameters baseParams, Traverser<Object> traverser, Executor<Object> nodeExecutor, Network topology) Constructs this executor to execute using the given schedule and node execution parameters.NetworkTraverser(Network<T> topology) Constructs this traverser with the specified network topology to retrieve information from. -
Uses of Network in repast.simphony.essentials
Methods in repast.simphony.essentials that return NetworkModifier and TypeMethodDescriptionstatic NetworkRepastEssentials.Create1DLatticeNetwork(String parentContextPath, String networkName, boolean directed, boolean toroidal, boolean symmetrical) static NetworkRepastEssentials.Create2DLatticeNetwork(String parentContextPath, String networkName, boolean directed, boolean toroidal) static NetworkRepastEssentials.CreateNetwork(String parentContextPath, String netName, boolean isDirected) static NetworkRepastEssentials.CreateNetwork(String parentContextPath, String netName, boolean isDirected, String agentClassName, String fileName, NetworkFileFormat format) static NetworkRepastEssentials.CreateNetwork(String parentContextPath, String networkName, boolean directed, NetworkGenerator gen) static NetworkRepastEssentials.CreateRandomDensityNetwork(String parentContextPath, String networkName, boolean directed, double density, boolean allowSelfLoops, boolean symmetric) static NetworkRepastEssentials.CreateWattsBetaSmallWorldNetwork(String parentContextPath, String networkName, boolean directed, double beta, int nghSize, boolean symmetrical) static NetworkRepastEssentials.CreateWattsBetaSmallWorldNetwork(String parentContextPath, String networkName, boolean directed, double beta, BigDecimal nghSize, boolean symmetrical) static NetworkRepastEssentials.FindNetwork(String networkPath) Finds the Network projection from the given path. -
Uses of Network in repast.simphony.freezedry.freezedryers.proj
Methods in repast.simphony.freezedry.freezedryers.proj that return NetworkModifier and TypeMethodDescriptionNetwork<?>NetworkProjectionDryer.instantiate(Context<?> context, Map<String, Object> properties) This instantiates the network using theDefaultNetworkFactory, based on the network's name, and directedness (determined from the properties).Methods in repast.simphony.freezedry.freezedryers.proj with parameters of type NetworkModifier and TypeMethodDescriptionprotected voidStores the network's directedness and edges (each edges as a tuple of (source, target, weight)).protected voidprotected voidNetworkProjectionDryer.loadProperties(Context<?> context, Network<?> proj, Map<String, Object> properties) Loads in the network's edges. -
Uses of Network in repast.simphony.gis.display
Constructors in repast.simphony.gis.display with parameters of type NetworkModifierConstructorDescriptionNetworkDisplayLayerGIS(Network<?> net, Geography geography, org.geotools.styling.Style style) Deprecated. -
Uses of Network in repast.simphony.query.space.graph
Methods in repast.simphony.query.space.graph with parameters of type NetworkModifier and TypeMethodDescriptionAbstractNetworkQuery.getNetNghIterable(Network<T> net) Implementor should return the iterator appropriate to their query.NetworkAdjacent.getNetNghIterable(Network<T> net) Returns an iterator over nodes in the network that are adjacent to the node specified in the constructor.NetworkPredecessor.getNetNghIterable(Network<T> net) Returns an iterator over nodes in the network that are predecessor of the node specified in the constructor.NetworkSuccessor.getNetNghIterable(Network<T> net) Returns an iterator over nodes in the network that are successors of the node specified in the constructor.Constructors in repast.simphony.query.space.graph with parameters of type NetworkModifierConstructorDescriptionprotectedAbstractNetworkQuery(Network<T> network, T obj) Creates a network query that will query the specified network using the specified object.NetPathWithin(Network<T> network, T obj, double distance) Creates a NetPathWithin query that returns all nodes within the specified path length of the specified node in the specified network.NetworkAdjacent(Network<T> network, T obj) Creates a NetworkAdjacent query that will query the specified network for the nodes adjacent to the specified object.NetworkPredecessor(Network<T> network, T obj) Creates a NetworkAdjacent query that will query the specified network for the predecessor nodes of the specified object.NetworkSuccessor(Network<T> network, T obj) Creates a NetworkAdjacent query that will query the specified network for the successor nodes of the specified object. -
Uses of Network in repast.simphony.query.space.projection
Methods in repast.simphony.query.space.projection with parameters of type NetworkModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanEvaluates the Network against this predicate.boolean -
Uses of Network in repast.simphony.relogo
Methods in repast.simphony.relogo that return NetworkModifier and TypeMethodDescriptionAbstractObserver.getNetwork(String name) Observer.getNetwork(String name) Methods in repast.simphony.relogo that return types with arguments of type NetworkModifier and TypeMethodDescriptionUtility.getDirectedNetworks(Observer observer) Utility.getUndirectedNetworks(Observer observer) -
Uses of Network in repast.simphony.space.gis
Constructors in repast.simphony.space.gis with parameters of type Network -
Uses of Network in repast.simphony.space.graph
Classes in repast.simphony.space.graph that implement NetworkMethods in repast.simphony.space.graph that return NetworkModifier and TypeMethodDescriptionNetworkEvent.getNetwork()Gets the network that was the source of this event.Constructors in repast.simphony.space.graph with parameters of type NetworkModifierConstructorDescriptionNetworkEvent(NetworkEvent.EventType type, Network<T> network, RepastEdge<T> edge) Creates a NetworkEvent from the specified type, with the specified network as the source, and the specified edge.ShortestPath(Network<T> net) ShortestPath(Network<T> net, T source) Deprecated. -
Uses of Network in repast.simphony.space.projection
Methods in repast.simphony.space.projection with parameters of type Network -
Uses of Network in repast.simphony.visualization
Fields in repast.simphony.visualization declared as NetworkMethods in repast.simphony.visualization that return NetworkMethods in repast.simphony.visualization with parameters of type NetworkModifier and TypeMethodDescriptionvoidAbstractNetworkLayout.setProjection(Network<T> projection) -
Uses of Network in repast.simphony.visualization.cgd
Fields in repast.simphony.visualization.cgd declared as NetworkMethods in repast.simphony.visualization.cgd with parameters of type NetworkModifier and TypeMethodDescriptionCGDProcessor.processGraph(Network rGraph) voidCGDLayout.setProjection(Network projection) Constructors in repast.simphony.visualization.cgd with parameters of type Network -
Uses of Network in repast.simphony.visualization.editor
Methods in repast.simphony.visualization.editor with parameters of type NetworkModifier and TypeMethodDescriptionvoidDisplayEditor.netSelected(Network net) Deprecated.Called when a network is selected in the palette.voidDisplayEditor2D.netSelected(Network network) Deprecated.Method parameters in repast.simphony.visualization.editor with type arguments of type NetworkModifier and TypeMethodDescriptionvoidVizEditorForm.init(DisplayEditor editor, List<Network> networks) Deprecated.Constructor parameters in repast.simphony.visualization.editor with type arguments of type NetworkModifierConstructorDescriptionContSpaceMoveHandler(org.piccolo2d.PCanvas canvas, Display2D display, ContinuousSpace space, List<Network> nets, EditorNotifier notifier) Deprecated.DefaultEdgeFinder(List<Network> nets, Display2D display) Deprecated.GridMoveHandler(org.piccolo2d.PCanvas canvas, Display2D display, Grid grid, List<Network> nets, EditorNotifier notifier) Deprecated.NetMoveHandler(org.piccolo2d.PCanvas canvas, Display2D display, List<Network> nets) Deprecated. -
Uses of Network in repast.simphony.visualization.editor.gis
Methods in repast.simphony.visualization.editor.gis with parameters of type NetworkModifier and TypeMethodDescriptionvoidDisplayEditorGIS.netSelected(Network net) Deprecated.Called when a network is selected in the palette. -
Uses of Network in repast.simphony.visualization.engine
Methods in repast.simphony.visualization.engine with parameters of type Network -
Uses of Network in repast.simphony.visualization.gis3D
Fields in repast.simphony.visualization.gis3D with type parameters of type NetworkModifier and TypeFieldDescriptionprotected Map<Network<?>,NetworkLayerGIS> DisplayGIS3D.networkLayerMapMethods in repast.simphony.visualization.gis3D with parameters of type NetworkModifier and TypeMethodDescriptionvoidDisplayGIS3D.registerNetworkStyle(Network<?> network, NetworkStyleGIS style) Register the network and style informationConstructors in repast.simphony.visualization.gis3D with parameters of type Network -
Uses of Network in repast.simphony.visualization.network
Constructors in repast.simphony.visualization.network with parameters of type NetworkModifierConstructorDescriptionNetworkDisplayLayer2D(Network<?> net, EdgeStyle2D style, Display2D display, RepastCanvas2D canvas) NetworkDisplayLayer3D(Network<?> net, EdgeStyle3D style, org.jogamp.java3d.Group topGroup, Display3D display) -
Uses of Network in repast.simphony.visualization.visualization2D
Methods in repast.simphony.visualization.visualization2D with parameters of type NetworkModifier and TypeMethodDescriptionvoidDisplay2D.registerNetworkStyle(Network topology, EdgeStyle2D style) Deprecated. -
Uses of Network in repast.simphony.visualization.visualization2D.layout
Fields in repast.simphony.visualization.visualization2D.layout declared as NetworkMethods in repast.simphony.visualization.visualization2D.layout with parameters of type NetworkModifier and TypeMethodDescriptionvoidJungLayout.setProjection(Network<T> projection) voidTreeLayout2D.setProjection(Network<T> projection) -
Uses of Network in repast.simphony.visualization.visualization3D
Fields in repast.simphony.visualization.visualization3D with type parameters of type NetworkModifier and TypeFieldDescriptionprotected Map<Network,AbstractDisplayLayer3D> AbstractDisplay3D.networkMapMethods in repast.simphony.visualization.visualization3D with parameters of type NetworkModifier and TypeMethodDescriptionprotected abstract AbstractDisplayLayer3DAbstractDisplay3D.createEdgeLayer(EdgeStyle3D style, Network network) Display3D.createEdgeLayer(EdgeStyle3D style, Network network) voidAbstractDisplay3D.registerNetworkStyle(Network network, EdgeStyle3D style) -
Uses of Network in repast.simphony.visualization.visualization3D.layout
Fields in repast.simphony.visualization.visualization3D.layout declared as NetworkMethods in repast.simphony.visualization.visualization3D.layout that return NetworkModifier and TypeMethodDescriptionJungNetworkLayout.getGraph()Accessor for the graph that represets all vertices.protected NetworkJungNetworkLayout.getVisibleGraph()Accessor for the graph that represets all visible verticesMethods in repast.simphony.visualization.visualization3D.layout with parameters of type NetworkModifier and TypeMethodDescriptionvoidJungNetworkLayout.applyFilter(Network n) Applies the filter to the current network and network g.voidFR3DLayout.setProjection(Network projection) voidGEM3DLayout.setProjection(Network projection) voidJungNetworkLayout.setProjection(Network projection) -
Uses of Network in repast.simphony.visualizationOGL2D
Fields in repast.simphony.visualizationOGL2D with type parameters of type NetworkModifier and TypeFieldDescriptionprotected Map<Network<?>,NetworkLayerOGL2D> DisplayOGL2D.networkStyleMapMethods in repast.simphony.visualizationOGL2D with parameters of type NetworkModifier and TypeMethodDescriptionvoidDisplayOGL2D.registerNetworkStyle(Network<?> network, EdgeStyleOGL2D style) Registers the specified style for the specified network.Constructors in repast.simphony.visualizationOGL2D with parameters of type NetworkModifierConstructorDescriptionNetworkLayerOGL2D(Network<?> network, EdgeStyleOGL2D style, saf.v3d.scene.VLayer layer, DisplayOGL2D display) -
Uses of Network in repast.simphony.ws
Methods in repast.simphony.ws with parameters of type NetworkModifier and TypeMethodDescriptionvoidDisplayServer2D.registerNetworkStyle(Network<?> network, EdgeStyleOGL2D style) -
Uses of Network in repast.simphony.ws.gis
Fields in repast.simphony.ws.gis with type parameters of type NetworkModifier and TypeFieldDescriptionprotected Map<Network<?>,StyledNetLayerGIS> DisplayServerGIS.networkStyleMapMethods in repast.simphony.ws.gis with parameters of type NetworkModifier and TypeMethodDescriptionvoidDisplayServerGIS.registerNetworkStyle(Network<?> network, ServerNetStyleGIS style)
ShortestPath(Network<T> net)