Package repast.simphony.space.graph
package repast.simphony.space.graph
-
ClassDescriptionDefault implementation of EdgeCreator that return RepastEdge.Factory class for creating edges.Produces EdgeCreator that create Edges of a named type.JungNetwork<T>Network<T>Interface for Network projections.NetworkEvent<T>Event fired when an edge is added or removed from a network.Interface to be implemented by classes that want to listen for NetworkEvent-s.RepastEdge<T>ShortestPath<T>Calculates the shortest path from a specified node to all other nodes in the net using Dijkstra's algorithm.Traverser<E>Interface used by the graph scheduling utilities to traverse the nodes in a graph.