prioritizer
Class Pairwise.Graph.PathValue

java.lang.Object
  extended byprioritizer.Pairwise.Graph.PathValue
Enclosing class:
Pairwise.Graph

class Pairwise.Graph.PathValue
extends java.lang.Object

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

valueList

private java.util.LinkedList valueList
Constructor Detail

Pairwise.Graph.PathValue

public Pairwise.Graph.PathValue()
Constructs a path value

Method Detail

multiplyPathValue

public void multiplyPathValue(double value)
Multiplies the path value so far with the specified value

Parameters:
value - the value to multiply with

getPathValue

public double getPathValue()
Gets the product of the multiplied path value

Returns:
the value of the path