Package it.unibo.alchemist.boundary.variables
See: Description
-
Class Summary Class Description LinearVariable This class represents a linear variable, namely a variable whose values span linearly between minimum and maximum. Flag This variable is a flag. GeometricVariable A variable ranging geometrically (exponentially) in a range. ArbitraryVariable A variable spanning over an arbitrary set of values. NumericConstant A numeric constant. PrintableVariable A variable stub, with a default toString method. Constant A constant value, expressed as a variable to promote code reuse in Alchemist specifications. JSR223Variable This variable loads any JSR-233 language available in the classpath.