|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprioritizer.Pairwise.Graph.PathValue
Represents the value of a path in the graph
Field Summary | |
private java.util.LinkedList |
valueList
|
Constructor Summary | |
Pairwise.Graph.PathValue()
Constructs a path value |
Method Summary | |
double |
getPathValue()
Gets the product of the multiplied path value |
void |
multiplyPathValue(double value)
Multiplies the path value so far with the specified value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.LinkedList valueList
Constructor Detail |
public Pairwise.Graph.PathValue()
Method Detail |
public void multiplyPathValue(double value)
value
- the value to multiply withpublic double getPathValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |