AnyLogic
Expand
Font size
All Implemented Interfaces:
IBoundedVariable, IVariable
Direct Known Subclasses:
OptQuestBinaryVariable, OptQuestContinuousVariable, OptQuestDiscreteVariable

public abstract class OptQuestVariable
extends Object
implements IBoundedVariable

Constructor Summary

ConstructorDescription
OptQuestVariable() 

Method Summary

Modifier and TypeMethodDescription
abstract doubleconvertToDouble(Object object) 
abstract ObjectconvertToObject(double value) 
StringgetName() 
com.opttek.optquest.COptQuestVariablegetOQVariable() 
voidsetName(String name) 

Methods inherited from class java.lang.Object

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

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

getParameterType

Constructor Details

OptQuestVariable

public OptQuestVariable()

Method Details

getOQVariable

public com.opttek.optquest.COptQuestVariable getOQVariable()

setName

public void setName(String name)
Specified by:
setName in interface IVariable

getName

public String getName()
Specified by:
getName in interface IVariable

convertToObject

public abstract Object convertToObject(double value)

convertToDouble

public abstract double convertToDouble(Object object)