Uses of Class
org.opencores.structure.Channel

Packages that use Channel
org.opencores.routing   
org.opencores.structure   
 

Uses of Channel in org.opencores.routing
 

Fields in org.opencores.routing declared as Channel
(package private)  Channel Segment.c
          channel we are on
 

Methods in org.opencores.routing with parameters of type Channel
(package private)  float Wavefront.calcCost(Channel c, Channel neighbour)
          Calculates cost of connection c-neighbour Connection cost must be strictly greater than zero!
 

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

Uses of Channel in org.opencores.structure
 

Fields in org.opencores.structure declared as Channel
 Channel[][] Graph.channels
          All channels.
 Channel[] Channel.adjacentChannels
          List of all adjacent channels.