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