|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
N
- Node typepublic interface ArcInterface<N>
Interface of all arcs used in a Graph
Method Summary | |
---|---|
N |
getHead()
Gets the head of the arc |
N |
getTail()
Gets the tail of the arc |
java.lang.Double |
getWeight()
Get the Weight of the arc by evaluating @see WeightedInterface.evaluate() |
WeightedInterface |
getWeightedInterface()
Gets the Weight function |
void |
setWeight(WeightedInterface wi)
Sets the Weight function |
Method Detail |
---|
N getHead()
N getTail()
java.lang.Double getWeight()
void setWeight(WeightedInterface wi)
wi
- new weight functionWeightedInterface getWeightedInterface()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |