Package com.uppaal.model.system.concrete
Class ConcreteVariable
- java.lang.Object
-
- com.uppaal.model.system.concrete.ConcreteVariable
-
public class ConcreteVariable extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConcreteVariable(java.math.BigDecimal value, int rate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRate()java.math.BigDecimalgetValue(java.math.BigDecimal delay)voidsetRate(int rate)voidsetValue(java.math.BigDecimal value)
-