AnyLogic
Expand
Font size
All Superinterfaces:
IBoundedVariable, IVariable
All Known Implementing Classes:
MetalContinuousVariable, OptQuestContinuousVariable

public interface IContinuousVariable
extends IBoundedVariable

Method Summary

Modifier and TypeMethodDescription
default OptimizationParameterTypegetParameterType() 
voidset(String name, String min, String max) 

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

getName, setName

Method Details

set

void set(String name,
 String min,
 String max)

getParameterType

default OptimizationParameterType getParameterType()
Specified by:
getParameterType in interface IVariable