public interface IncrementalCost
extends org.eclipse.emf.ecore.EObject
The following features are supported:
OpfPackage.getIncrementalCost()| Modifier and Type | Method and Description |
|---|---|
NumericCurveModel |
getCostModel()
Returns the value of the 'Cost Model' attribute.
|
PieceWiseCurve |
getPieceWiseCurve()
Returns the value of the 'Piece Wise Curve' reference.
|
QuadraticCurve |
getQuadraticCurve()
Returns the value of the 'Quadratic Curve' reference.
|
void |
setCostModel(NumericCurveModel value)
Sets the value of the '
Cost Model' attribute. |
void |
setPieceWiseCurve(PieceWiseCurve value)
Sets the value of the '
Piece Wise Curve' reference. |
void |
setQuadraticCurve(QuadraticCurve value)
Sets the value of the '
Quadratic Curve' reference. |
NumericCurveModel getCostModel()
NumericCurveModel.
If the meaning of the 'Cost Model' attribute isn't clear, there really should be more of a description here...
NumericCurveModel,
setCostModel(NumericCurveModel),
OpfPackage.getIncrementalCost_CostModel()void setCostModel(NumericCurveModel value)
Cost Model' attribute.
value - the new value of the 'Cost Model' attribute.NumericCurveModel,
getCostModel()PieceWiseCurve getPieceWiseCurve()
If the meaning of the 'Piece Wise Curve' reference isn't clear, there really should be more of a description here...
setPieceWiseCurve(PieceWiseCurve),
OpfPackage.getIncrementalCost_PieceWiseCurve()void setPieceWiseCurve(PieceWiseCurve value)
Piece Wise Curve' reference.
value - the new value of the 'Piece Wise Curve' reference.getPieceWiseCurve()QuadraticCurve getQuadraticCurve()
If the meaning of the 'Quadratic Curve' reference isn't clear, there really should be more of a description here...
setQuadraticCurve(QuadraticCurve),
OpfPackage.getIncrementalCost_QuadraticCurve()void setQuadraticCurve(QuadraticCurve value)
Quadratic Curve' reference.
value - the new value of the 'Quadratic Curve' reference.getQuadraticCurve()