Uses of Class
org.opencores.routing.Segment

Packages that use Segment
org.opencores.routing   
 

Uses of Segment in org.opencores.routing
 

Fields in org.opencores.routing declared as Segment
(package private)  Segment Segment.prev
          During search - where we came from
 

Methods in org.opencores.routing with parameters of type Segment
(package private)  void Wavefront.findWayBack(Segment s, Heap wave)
          Sets path cost we've searched so far to zeroes.
 

Constructors in org.opencores.routing with parameters of type Segment
Segment.Segment(NodeRoutable c, int s, Segment prev)
          constructs new segment