Package jsl.modeling.elements.variable
Interface SetInitialValueIfc
-
- All Known Subinterfaces:
InitialValueIfc,VariableIfc
- All Known Implementing Classes:
ResponseVariable,TimeWeighted,Variable
public interface SetInitialValueIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetInitialValue(double value)Sets the initial value of the variable.
-