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