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