Package it. unibo. alchemist. loader. variables
Types
Link copied to clipboard
A variable spanning over an arbitrary set of values.
Link copied to clipboard
A dependent variable, namely a variable whose value can be obtained given the values of other variables.
Link copied to clipboard
This variable is a flag.
Link copied to clipboard
A variable ranging geometrically (exponentially) in a range.
Link copied to clipboard
data class JSR223Variable @JvmOverloads constructor(language: String, formula: String, timeout: Long) : DependentVariable<Any?>
Content copied to clipboard
This variable loads any JSR-233 language available in the classpath.
Link copied to clipboard
This class represents a linear variable, namely a variable whose values span linearly between minimum and maximum.
Link copied to clipboard
A numeric constant.
Link copied to clipboard
A variable stub, with a default toString method.
Link copied to clipboard
A variable simulation value, that provides a range of values for batches, and a default value for single-shot runs.