Package jsl.modeling.elements.variable
Interface SetValueIfc
-
- All Known Subinterfaces:
AttributeIfc
,VariableIfc
- All Known Implementing Classes:
Attribute
,ResponseVariable
,TimeWeighted
,Variable
public interface SetValueIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setValue(double value)
Sets the value
-