Package jsl.modeling.elements.variable
Interface GetPreviousTimeOfChangeIfc
-
- All Known Subinterfaces:
TimeWeightedIfc
,VariableIfc
- All Known Implementing Classes:
ResponseVariable
,TimeWeighted
,Variable
public interface GetPreviousTimeOfChangeIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getPreviousTimeOfChange()
Gets the time associated with previous variable change.
-