Uses of Class
repast.simphony.space.graph.RepastEdge
Packages that use RepastEdge
Package
Description
-
Uses of RepastEdge in repast.simphony.context.space.graph
Methods in repast.simphony.context.space.graph that return RepastEdgeMethods in repast.simphony.context.space.graph that return types with arguments of type RepastEdgeModifier and TypeMethodDescriptionEdgeCreator<? extends RepastEdge<T>,T> ContextJungNetwork.getEdgeCreator()Gets the EdgeCreator used to create edges for this Network.ContextJungNetwork.getEdges()edu.uci.ics.jung.graph.Graph<T,RepastEdge<T>> ContextJungNetwork.getGraph()ContextJungNetwork.getInEdges(T agent) ContextJungNetwork.getOutEdges(T agent) Methods in repast.simphony.context.space.graph with parameters of type RepastEdgeModifier and TypeMethodDescriptionContextJungNetwork.addEdge(RepastEdge<T> edge) booleanContextJungNetwork.containsEdge(RepastEdge<T> edge) Returns whether or not this network contains the specified edge.voidContextJungNetwork.removeEdge(RepastEdge<T> edge) Method parameters in repast.simphony.context.space.graph with type arguments of type RepastEdgeModifier 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.voidContextJungNetwork.setGraph(edu.uci.ics.jung.graph.Graph<T, RepastEdge<T>> graph) -
Uses of RepastEdge in repast.simphony.essentials
Methods in repast.simphony.essentials that return RepastEdgeModifier and TypeMethodDescriptionstatic RepastEdge<?>RepastEssentials.CreateEdge(String networkProjectionPath, Object agentSource, Object agentTarget) static RepastEdge<?>RepastEssentials.CreateEdge(String networkProjectionPath, Object agentSource, Object agentTarget, double optionalWeight) static RepastEdgestatic RepastEdgeRepastEssentials.RemoveEdge(String networkProjectionPath, Object agentSource, Object agentTarget) static RepastEdgeRepastEssentials.SetEdgeWeight(String networkProjectionPath, Object agentSource, Object agentTarget, double newWeight) Methods in repast.simphony.essentials that return types with arguments of type RepastEdgeModifier and TypeMethodDescriptionstatic List<RepastEdge>Gets the edges connected to the specified agent in the specified network.static List<RepastEdge>RepastEssentials.GetInEdges(String networkPath, Object agent) Gets the edges for which the specified agent is the target in the specified network.static List<RepastEdge>RepastEssentials.GetOutEdges(String networkPath, Object agent) Gets the edges for which the specified agent is the source in the specified network. -
Uses of RepastEdge in repast.simphony.freezedry.freezedryers.proj
Methods in repast.simphony.freezedry.freezedryers.proj with parameters of type RepastEdgeModifier and TypeMethodDescriptionprotected Object[]NetworkProjectionDryer.getEdgeProps(RepastEdge edge) -
Uses of RepastEdge in repast.simphony.gis.display
Methods in repast.simphony.gis.display with parameters of type RepastEdgeModifier and TypeMethodDescriptionvoidNetworkDisplayLayerGIS.addEdge(RepastEdge edge) Deprecated.voidNetworkDisplayLayerGIS.removeEdge(RepastEdge edge) Deprecated. -
Uses of RepastEdge in repast.simphony.relogo
Subclasses of RepastEdge in repast.simphony.relogoModifier and TypeClassDescriptionclassAbstractLink<T>classLink<T>ReLogo Link abstract class.classTrackingEdge<T> -
Uses of RepastEdge in repast.simphony.space.graph
Classes in repast.simphony.space.graph with type parameters of type RepastEdgeModifier and TypeInterfaceDescriptioninterfaceEdgeCreator<E extends RepastEdge,T> Factory class for creating edges.Fields in repast.simphony.space.graph with type parameters of type RepastEdgeModifier and TypeFieldDescriptionprotected EdgeCreator<? extends RepastEdge<T>,T> JungNetwork.creatorprotected edu.uci.ics.jung.graph.Graph<T,RepastEdge<T>> JungNetwork.graphMethods in repast.simphony.space.graph that return RepastEdgeModifier and TypeMethodDescriptionDirectedJungNetwork.addEdge(RepastEdge<T> edge) JungNetwork.addEdge(RepastEdge<T> edge) JungNetwork.addEdge(RepastEdge<T> edge, edu.uci.ics.jung.graph.util.EdgeType type) Network.addEdge(RepastEdge<T> edge) Adds the specified edge to this Network.Adds an edge between the specified objects.Adds an edge between the specified objects.UndirectedJungNetwork.addEdge(RepastEdge<T> edge) DefaultEdgeCreator.createEdge(T source, T target, boolean isDirected, double weight) Creates an Edge with the specified source, target, direction and weight.Retrieves the edge between the specified source and target.NetworkEvent.getEdge()Gets the edge that this event applies to.Methods in repast.simphony.space.graph that return types with arguments of type RepastEdgeModifier and TypeMethodDescriptionEdgeCreator<? 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.JungNetwork.getEdges()Network.getEdges()Gets all the edges in this Network.Gets all the edges where the specified object is a source or a target.DefaultEdgeCreator.getEdgeType()Gets the edge type produced by this EdgeCreator.edu.uci.ics.jung.graph.Graph<T,RepastEdge<T>> JungNetwork.getGraph()JungNetwork.getInEdges(T agent) Network.getInEdges(T agent) Gets all the in-edges for the specified object.JungNetwork.getOutEdges(T agent) Network.getOutEdges(T agent) Gets all the out-edges for the specified object.List<RepastEdge<T>>Returns a list of RepastEdges in the shortest path from source to target.Methods in repast.simphony.space.graph with parameters of type RepastEdgeModifier and TypeMethodDescriptionDirectedJungNetwork.addEdge(RepastEdge<T> edge) JungNetwork.addEdge(RepastEdge<T> edge) JungNetwork.addEdge(RepastEdge<T> edge, edu.uci.ics.jung.graph.util.EdgeType type) Network.addEdge(RepastEdge<T> edge) Adds the specified edge to this Network.UndirectedJungNetwork.addEdge(RepastEdge<T> edge) booleanJungNetwork.containsEdge(RepastEdge<T> edge) Returns whether or not this network contains the specified edge.booleanNetwork.containsEdge(RepastEdge<T> edge) Returns whether or not this network contains the specified edge.voidJungNetwork.removeEdge(RepastEdge<T> edge) voidNetwork.removeEdge(RepastEdge<T> edge) Removes the specified edge from this Network.JungEdgeTransformer.transform(RepastEdge<T> edge) Method parameters in repast.simphony.space.graph with type arguments of type RepastEdgeModifier and TypeMethodDescriptionvoidJungNetwork.setGraph(edu.uci.ics.jung.graph.Graph<T, RepastEdge<T>> graph) Constructors in repast.simphony.space.graph with parameters of type RepastEdgeModifierConstructorDescriptionNetworkEvent(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.Constructor parameters in repast.simphony.space.graph with type arguments of type RepastEdgeModifierConstructorDescriptionDirectedJungNetwork(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 RepastEdge in repast.simphony.visualization.editedStyle
Methods in repast.simphony.visualization.editedStyle with parameters of type RepastEdgeModifier and TypeMethodDescriptionEditedEdgeStyleOGL2D.getColor(RepastEdge<?> edge) intEditedEdgeStyleOGL2D.getLineWidth(RepastEdge<?> edge) EditedEdgeStyle2D.getPaint(RepastEdge edge) EditedEdgeStyle2D.getSourceEndPaint(RepastEdge edge) intEditedEdgeStyle2D.getSourceEndStyle(RepastEdge edge) EditedEdgeStyle2D.getStroke(RepastEdge edge) EditedEdgeStyle2D.getTargetEndPaint(RepastEdge edge) intEditedEdgeStyle2D.getTargetEndStyle(RepastEdge edge) -
Uses of RepastEdge in repast.simphony.visualization.editor
Methods in repast.simphony.visualization.editor that return RepastEdgeModifier and TypeMethodDescriptionDeprecated.Creates and returns a RepastEdge in the currently selected network.Methods in repast.simphony.visualization.editor with parameters of type RepastEdgeModifier and TypeMethodDescriptionvoidAgentEditor.edgeAdded(RepastEdge edge, boolean select) Deprecated.Called when a new edge has been eadded.voidAgentEditor.edgeRemoved(RepastEdge edge) Deprecated.booleanDisplayEditor.removeEdges(RepastEdge[] edges) Deprecated.Removes the specified edges from the network.booleanDisplayEditor2D.removeEdges(RepastEdge[] edges) Deprecated.Removes the specified edges from the network. -
Uses of RepastEdge in repast.simphony.visualization.editor.gis
Methods in repast.simphony.visualization.editor.gis that return RepastEdgeModifier and TypeMethodDescriptionDisplayEditorGIS.addEdge(Object source, Object target, List<org.locationtech.jts.geom.Coordinate> coords) Deprecated.Creates and returns a RepastEdge in the currently selected network.Methods in repast.simphony.visualization.editor.gis with parameters of type RepastEdgeModifier and TypeMethodDescriptionbooleanDisplayEditorGIS.removeEdges(RepastEdge[] edges) Deprecated.Removes the specified edges from the network. -
Uses of RepastEdge in repast.simphony.visualization.gis3D.style
Methods in repast.simphony.visualization.gis3D.style with parameters of type RepastEdgeModifier and TypeMethodDescriptionDefaultNetworkStyleGIS.getLineColor(RepastEdge edge) EditedNetworkStyleGIS.getLineColor(RepastEdge edge) NetworkStyleGIS.getLineColor(RepastEdge edge) doubleDefaultNetworkStyleGIS.getLineOpacity(RepastEdge edge) doubleEditedNetworkStyleGIS.getLineOpacity(RepastEdge edge) doubleNetworkStyleGIS.getLineOpacity(RepastEdge edge) doubleDefaultNetworkStyleGIS.getLineWidth(RepastEdge edge) doubleEditedNetworkStyleGIS.getLineWidth(RepastEdge edge) doubleNetworkStyleGIS.getLineWidth(RepastEdge edge) gov.nasa.worldwind.render.SurfacePolylineDefaultNetworkStyleGIS.getSurfaceShape(RepastEdge edge, gov.nasa.worldwind.render.SurfacePolyline shape) gov.nasa.worldwind.render.SurfacePolylineEditedNetworkStyleGIS.getSurfaceShape(RepastEdge edge, gov.nasa.worldwind.render.SurfacePolyline shape) gov.nasa.worldwind.render.SurfacePolylineNetworkStyleGIS.getSurfaceShape(RepastEdge edge, gov.nasa.worldwind.render.SurfacePolyline shape) -
Uses of RepastEdge in repast.simphony.visualization.network
Methods in repast.simphony.visualization.network with parameters of type RepastEdgeModifier and TypeMethodDescriptionvoidNetworkDisplayLayer2D.addEdge(RepastEdge edge) voidNetworkDisplayLayer2D.removeEdge(RepastEdge edge) -
Uses of RepastEdge in repast.simphony.visualization.visualization2D.layout
Fields in repast.simphony.visualization.visualization2D.layout with type parameters of type RepastEdgeModifier and TypeFieldDescriptionprotected edu.uci.ics.jung.algorithms.layout.AbstractLayout<T,RepastEdge<T>> JungLayout.layoutprotected edu.uci.ics.jung.algorithms.layout.TreeLayout<T,RepastEdge<T>> TreeLayout2D.layout -
Uses of RepastEdge in repast.simphony.visualization.visualization2D.style
Methods in repast.simphony.visualization.visualization2D.style with parameters of type RepastEdgeModifier and TypeMethodDescriptionDefaultEdgeStyle2D.getPaint(RepastEdge edge) Deprecated.EdgeStyle2D.getPaint(RepastEdge edge) Deprecated.DefaultEdgeStyle2D.getSourceEndPaint(RepastEdge edge) Deprecated.EdgeStyle2D.getSourceEndPaint(RepastEdge edge) Deprecated.intDefaultEdgeStyle2D.getSourceEndStyle(RepastEdge edge) Deprecated.intEdgeStyle2D.getSourceEndStyle(RepastEdge edge) Deprecated.DefaultEdgeStyle2D.getStroke(RepastEdge edge) Deprecated.EdgeStyle2D.getStroke(RepastEdge edge) Deprecated.DefaultEdgeStyle2D.getTargetEndPaint(RepastEdge edge) Deprecated.EdgeStyle2D.getTargetEndPaint(RepastEdge edge) Deprecated.intDefaultEdgeStyle2D.getTargetEndStyle(RepastEdge edge) Deprecated.intEdgeStyle2D.getTargetEndStyle(RepastEdge edge) Deprecated. -
Uses of RepastEdge in repast.simphony.visualization.visualization3D.layout
Methods in repast.simphony.visualization.visualization3D.layout that return RepastEdgeModifier and TypeMethodDescriptionJungGraphElementAccessor.getEdge(double x, double y) Returns anEdgewhich is associated with the location(x,y).JungNetworkLayout.getEdge(double x, double y) Deprecated.JungNetworkLayout.getEdge(double x, double y, double maxDistance) Deprecated.JungRadiusGraphElementAccessor.getEdge(double x, double y) Gets the edge nearest to the location of the (x,y) location selected.JungRadiusGraphElementAccessor.getEdge(double x, double y, double maxDistance) Gets the edge nearest to the location of the (x,y) location selected, within a distance of maxDistance, Iterates through all visible edges and checks their distance from the click.Methods in repast.simphony.visualization.visualization3D.layout with parameters of type RepastEdgeModifier and TypeMethodDescriptionvoidFR3DLayout.calcAttraction(RepastEdge e) protected ObjectJungNetworkLayout.getAVertex(RepastEdge e) Utility method, gets a single vertex from this edge -
Uses of RepastEdge in repast.simphony.visualizationOGL2D
Methods in repast.simphony.visualizationOGL2D with parameters of type RepastEdgeModifier and TypeMethodDescriptionDefaultEdgeStyleOGL2D.getColor(RepastEdge<?> edge) EdgeStyleOGL2D.getColor(RepastEdge<?> edge) Gets the color of the line used to represent the edge.intDefaultEdgeStyleOGL2D.getLineWidth(RepastEdge<?> edge) intEdgeStyleOGL2D.getLineWidth(RepastEdge<?> edge) Gets the width of the line used to represent the edge. -
Uses of RepastEdge in repast.simphony.ws.gis
Fields in repast.simphony.ws.gis with type parameters of type RepastEdgeModifier and TypeFieldDescriptionprotected Map<Object,DisplayProperties<RepastEdge<?>>> StyledNetLayerGIS.objMapprotected Map<Object,DisplayProperties<RepastEdge<?>>> StyledNetLayerGIS.toBeAddedMethods in repast.simphony.ws.gis with parameters of type RepastEdgeModifier and TypeMethodDescriptionvoidStyledNetLayerGIS.addObject(RepastEdge<?> obj, int id) voidStyledNetLayerGIS.removeObject(RepastEdge<?> obj) Method parameters in repast.simphony.ws.gis with type arguments of type RepastEdgeModifier and TypeMethodDescriptionprotected voidStyledNetLayerGIS.appendUpdate(StringBuilder builder, DisplayProperties<RepastEdge<?>> props, double[] source_loc, double[] target_loc) protected voidStyledNetLayerGIS.updateFromIterable(StringBuilder builder, Layout layout, Iterable<DisplayProperties<RepastEdge<?>>> iter) -
Uses of RepastEdge in repast.simphony.xml
Methods in repast.simphony.xml that return RepastEdgeModifier and TypeMethodDescriptionRepastEdge<?>DelegatingEdgeCreator.createEdge(Object source, Object target, boolean isDirected, double weight)