|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetkit.graph.edgecreator.EdgeCreatorImp.NbrEntry
protected final class EdgeCreatorImp.NbrEntry
Utility class for sub-classes where necessary
| Field Summary | |
|---|---|
Node |
dest
|
double |
score
|
Node |
source
|
| Constructor Summary | |
|---|---|
EdgeCreatorImp.NbrEntry(Node src,
Node dest,
double score)
|
|
| Method Summary | |
|---|---|
Edge |
asEdge()
|
Edge |
asEdge(Node src)
|
int |
compareTo(EdgeCreatorImp.NbrEntry e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Node source
public final Node dest
public final double score
| Constructor Detail |
|---|
public EdgeCreatorImp.NbrEntry(Node src,
Node dest,
double score)
| Method Detail |
|---|
public int compareTo(EdgeCreatorImp.NbrEntry e)
compareTo in interface java.lang.Comparable<EdgeCreatorImp.NbrEntry>public Edge asEdge()
public Edge asEdge(Node src)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||