Class CachedShortestPath<N extends AgentGraphNode,A extends AgentGraphArc>
java.lang.Object
com.amalgamasimulation.graph.GraphPath<N,A>
com.amalgamasimulation.graphagent.CachedShortestPath<N,A>
public class CachedShortestPath<N extends AgentGraphNode,A extends AgentGraphArc>
extends GraphPath<N,A>
This class is not a part of public API of this library.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.amalgamasimulation.graph.GraphPath
addNode, append, appendArc, containsArc, containsNode, emptyPath, equals, getArc, getArcs, getArcsCount, getFirstArc, getFirstNode, getLastArc, getLastNode, getNextArc, getNode, getNodes, getNodesCount, getPrevArc, getSubPath, getSubPathFrom, getSubPathTo, hashCode, isEmpty, prepend, prependArc, toString
-
Constructor Details
-
CachedShortestPath
-
CachedShortestPath
-
-
Method Details
-
getCopy
Description copied from class:GraphPathReturns a copy of this path.- Overrides:
getCopyin classGraphPath<N extends AgentGraphNode,A extends AgentGraphArc> - Returns:
- copy of this path
-