|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.opencores.routing.Segment
Class used for spreading wave.
c is accessible from prev via segnent index s
| Field Summary | |
(package private) NodeRoutable |
c
channel we are on |
(package private) Segment |
prev
During search - where we came from |
(package private) int |
s
segment we are on |
| Constructor Summary | |
(package private) |
Segment(NodeRoutable c,
int s,
Segment prev)
constructs new segment |
| Method Summary | |
int |
compareTo(java.lang.Object o)
Method required by Compareable interface. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
Segment prev
NodeRoutable c
int s
| Constructor Detail |
Segment(NodeRoutable c,
int s,
Segment prev)
| Method Detail |
public int compareTo(java.lang.Object o)
c - channel to compare toComparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||