org.vrprep.model.solution
Class Solution.ObjectiveFunction
java.lang.Object
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
|
|
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 |
value
protected double value
Solution.ObjectiveFunction
public Solution.ObjectiveFunction()
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.