util.graph
Class SignalPath

java.lang.Object
  |
  +--util.graph.Path
        |
        +--util.graph.SignalPath
All Implemented Interfaces:
Cloneable, Comparable

public class SignalPath
extends Path

A path of edges which has a 'signal' of the first Node. Maintains cost based on all edges of a given owner only contribute one cost, not one for each edge.


Fields inherited from class util.graph.Path
cost, edges
 
Method Summary
 Object clone()
          Clone.
 
Methods inherited from class util.graph.Path
compareTo, getCost, getEdges, getEndpoint, getStart, printOut, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

clone

public Object clone()
Clone. Does not copy edges. (Shallow copy)
Overrides:
clone in class Path