org.vrprep.model.solution
Class Solution.ObjectiveFunction

java.lang.Object
  extended by org.vrprep.model.solution.Solution.ObjectiveFunction
Enclosing class:
Solution

public static class Solution.ObjectiveFunction
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>double">
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  double value
           
 
Constructor Summary
Solution.ObjectiveFunction()
           
 
Method Summary
 double getValue()
          Gets the value of the value property.
 void setValue(double value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected double value
Constructor Detail

Solution.ObjectiveFunction

public Solution.ObjectiveFunction()
Method Detail

getValue

public double getValue()
Gets the value of the value property.


setValue

public void setValue(double value)
Sets the value of the value property.



Copyright © 2014 VRP-REP. All rights reserved.