AnyLogic
Expand
Font size
All Implemented Interfaces:
IBoundedVariable, IContinuousVariable, IVariable

public class OptQuestContinuousVariable
extends OptQuestVariable
implements IContinuousVariable

Constructor Summary

ConstructorDescription
OptQuestContinuousVariable() 

Method Summary

Modifier and TypeMethodDescription
doubleconvertToDouble(Object object) 
ObjectconvertToObject(double value) 
voidset(String name, String min, String max) 
voidsetMax(String value) 
voidsetMin(String value) 

Methods inherited from class com.anylogic.engine.optimization.optquest.OptQuestVariable

getName, getOQVariable, setName

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods inherited from interface com.anylogic.engine.optimization.IContinuousVariable

getParameterType

Methods inherited from interface com.anylogic.engine.optimization.IVariable

getName, setName

Constructor Details

OptQuestContinuousVariable

public OptQuestContinuousVariable()

Method Details

set

public void set(String name,
 String min,
 String max)
Specified by:
set in interface IContinuousVariable

setMin

public void setMin(String value)

setMax

public void setMax(String value)

convertToObject

public Object convertToObject(double value)
Specified by:
convertToObject in class OptQuestVariable

convertToDouble

public double convertToDouble(Object object)
Specified by:
convertToDouble in class OptQuestVariable