AnyLogic
Expand
Font size
All Superinterfaces:
IVariable
All Known Implementing Classes:
MetalBinaryVariable, OptQuestBinaryVariable

public interface IBinaryVariable
extends IVariable

Method Summary

Modifier and TypeMethodDescription
default OptimizationParameterTypegetParameterType() 
voidset(String name) 

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

getName, setName

Method Details

set

void set(String name)

getParameterType

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