Uses of Class
repast.simphony.space.graph.RepastEdge
Package
Description
-
Uses of RepastEdge 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.ContextJungNetwork.getEdges()
edu.uci.ics.jung.graph.Graph<T,
RepastEdge<T>> ContextJungNetwork.getGraph()
ContextJungNetwork.getInEdges
(T agent) ContextJungNetwork.getOutEdges
(T agent) Modifier 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) 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.void
ContextJungNetwork.setGraph
(edu.uci.ics.jung.graph.Graph<T, RepastEdge<T>> graph) -
Uses of RepastEdge in repast.simphony.essentials
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionprotected Object[]
NetworkProjectionDryer.getEdgeProps
(RepastEdge edge) -
Uses of RepastEdge in repast.simphony.gis.display
Modifier and TypeMethodDescriptionvoid
NetworkDisplayLayerGIS.addEdge
(RepastEdge edge) Deprecated.void
NetworkDisplayLayerGIS.removeEdge
(RepastEdge edge) Deprecated. -
Uses of RepastEdge in repast.simphony.relogo
Modifier and TypeClassDescriptionclass
AbstractLink<T>
class
Link<T>
ReLogo Link abstract class.class
TrackingEdge<T>
-
Uses of RepastEdge in repast.simphony.space.graph
Modifier and TypeInterfaceDescriptioninterface
EdgeCreator<E extends RepastEdge,
T> Factory class for creating edges.Modifier and TypeFieldDescriptionprotected EdgeCreator<? extends RepastEdge<T>,
T> JungNetwork.creator
protected edu.uci.ics.jung.graph.Graph<T,
RepastEdge<T>> JungNetwork.graph
Modifier 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.Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionvoid
JungNetwork.setGraph
(edu.uci.ics.jung.graph.Graph<T, RepastEdge<T>> graph) ModifierConstructorDescriptionNetworkEvent
(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.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 RepastEdge in repast.simphony.visualization.editedStyle
Modifier 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
Modifier and TypeMethodDescriptionDeprecated.Creates and returns a RepastEdge in the currently selected network.Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionboolean
DisplayEditorGIS.removeEdges
(RepastEdge[] edges) Deprecated.Removes the specified edges from the network. -
Uses of RepastEdge in repast.simphony.visualization.gis3D.style
Modifier 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
Modifier and TypeMethodDescriptionvoid
NetworkDisplayLayer2D.addEdge
(RepastEdge edge) void
NetworkDisplayLayer2D.removeEdge
(RepastEdge edge) -
Uses of RepastEdge in repast.simphony.visualization.visualization2D.layout
Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected Map<Object,
DisplayProperties<RepastEdge<?>>> StyledNetLayerGIS.objMap
protected Map<Object,
DisplayProperties<RepastEdge<?>>> StyledNetLayerGIS.toBeAdded
Modifier and TypeMethodDescriptionvoid
StyledNetLayerGIS.addObject
(RepastEdge<?> obj, int id) void
StyledNetLayerGIS.removeObject
(RepastEdge<?> obj) Modifier 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
Modifier and TypeMethodDescriptionRepastEdge<?>
DelegatingEdgeCreator.createEdge
(Object source, Object target, boolean isDirected, double weight)