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) boolean
ContextJungNetwork.containsEdge
(RepastEdge<T> edge) Returns whether or not this network contains the specified edge.void
ContextJungNetwork.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.void
ContextJungNetwork.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 RepastEdge
static RepastEdge
RepastEssentials.RemoveEdge
(String networkProjectionPath, Object agentSource, Object agentTarget) static RepastEdge
RepastEssentials.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 TypeMethodDescriptionvoid
NetworkDisplayLayerGIS.addEdge
(RepastEdge edge) Deprecated.void
NetworkDisplayLayerGIS.removeEdge
(RepastEdge edge) Deprecated. -
Uses of RepastEdge in repast.simphony.relogo
Subclasses of RepastEdge in repast.simphony.relogoModifier and TypeClassDescriptionclass
AbstractLink<T>
class
Link<T>
ReLogo Link abstract class.class
TrackingEdge<T>
-
Uses of RepastEdge in repast.simphony.space.graph
Classes in repast.simphony.space.graph with type parameters of type RepastEdgeModifier and TypeInterfaceDescriptioninterface
EdgeCreator<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.creator
protected edu.uci.ics.jung.graph.Graph<T,
RepastEdge<T>> JungNetwork.graph
Methods 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) boolean
JungNetwork.containsEdge
(RepastEdge<T> edge) Returns whether or not this network contains the specified edge.boolean
Network.containsEdge
(RepastEdge<T> edge) Returns whether or not this network contains the specified edge.void
JungNetwork.removeEdge
(RepastEdge<T> edge) void
Network.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 TypeMethodDescriptionvoid
JungNetwork.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) int
EditedEdgeStyleOGL2D.getLineWidth
(RepastEdge<?> edge) EditedEdgeStyle2D.getPaint
(RepastEdge edge) EditedEdgeStyle2D.getSourceEndPaint
(RepastEdge edge) int
EditedEdgeStyle2D.getSourceEndStyle
(RepastEdge edge) EditedEdgeStyle2D.getStroke
(RepastEdge edge) EditedEdgeStyle2D.getTargetEndPaint
(RepastEdge edge) int
EditedEdgeStyle2D.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 TypeMethodDescriptionvoid
AgentEditor.edgeAdded
(RepastEdge edge, boolean select) Deprecated.Called when a new edge has been eadded.void
AgentEditor.edgeRemoved
(RepastEdge edge) Deprecated.boolean
DisplayEditor.removeEdges
(RepastEdge[] edges) Deprecated.Removes the specified edges from the network.boolean
DisplayEditor2D.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 TypeMethodDescriptionboolean
DisplayEditorGIS.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) double
DefaultNetworkStyleGIS.getLineOpacity
(RepastEdge edge) double
EditedNetworkStyleGIS.getLineOpacity
(RepastEdge edge) double
NetworkStyleGIS.getLineOpacity
(RepastEdge edge) double
DefaultNetworkStyleGIS.getLineWidth
(RepastEdge edge) double
EditedNetworkStyleGIS.getLineWidth
(RepastEdge edge) double
NetworkStyleGIS.getLineWidth
(RepastEdge edge) gov.nasa.worldwind.render.SurfacePolyline
DefaultNetworkStyleGIS.getSurfaceShape
(RepastEdge edge, gov.nasa.worldwind.render.SurfacePolyline shape) gov.nasa.worldwind.render.SurfacePolyline
EditedNetworkStyleGIS.getSurfaceShape
(RepastEdge edge, gov.nasa.worldwind.render.SurfacePolyline shape) gov.nasa.worldwind.render.SurfacePolyline
NetworkStyleGIS.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 TypeMethodDescriptionvoid
NetworkDisplayLayer2D.addEdge
(RepastEdge edge) void
NetworkDisplayLayer2D.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.layout
protected 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.int
DefaultEdgeStyle2D.getSourceEndStyle
(RepastEdge edge) Deprecated.int
EdgeStyle2D.getSourceEndStyle
(RepastEdge edge) Deprecated.DefaultEdgeStyle2D.getStroke
(RepastEdge edge) Deprecated.EdgeStyle2D.getStroke
(RepastEdge edge) Deprecated.DefaultEdgeStyle2D.getTargetEndPaint
(RepastEdge edge) Deprecated.EdgeStyle2D.getTargetEndPaint
(RepastEdge edge) Deprecated.int
DefaultEdgeStyle2D.getTargetEndStyle
(RepastEdge edge) Deprecated.int
EdgeStyle2D.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 anEdge
which 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 TypeMethodDescriptionvoid
FR3DLayout.calcAttraction
(RepastEdge e) protected Object
JungNetworkLayout.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.int
DefaultEdgeStyleOGL2D.getLineWidth
(RepastEdge<?> edge) int
EdgeStyleOGL2D.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.objMap
protected Map<Object,
DisplayProperties<RepastEdge<?>>> StyledNetLayerGIS.toBeAdded
Methods in repast.simphony.ws.gis with parameters of type RepastEdgeModifier and TypeMethodDescriptionvoid
StyledNetLayerGIS.addObject
(RepastEdge<?> obj, int id) void
StyledNetLayerGIS.removeObject
(RepastEdge<?> obj) Method parameters in repast.simphony.ws.gis with type arguments of type RepastEdgeModifier and TypeMethodDescriptionprotected void
StyledNetLayerGIS.appendUpdate
(StringBuilder builder, DisplayProperties<RepastEdge<?>> props, double[] source_loc, double[] target_loc) protected void
StyledNetLayerGIS.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)