| Package | Description |
|---|---|
| com.interpss.core.common.curve | |
| com.interpss.core.common.curve.impl | |
| com.interpss.core.common.curve.util | |
| com.interpss.opf.datatype | |
| com.interpss.opf.datatype.impl |
| Modifier and Type | Method and Description |
|---|---|
QuadraticCurve |
CommonCurveFactory.createQuadraticCurve()
Returns a new object of class 'Quadratic Curve'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuadraticCurveImpl
An implementation of the model object 'Quadratic Curve'.
|
| Modifier and Type | Method and Description |
|---|---|
QuadraticCurve |
CommonCurveFactoryImpl.createQuadraticCurve() |
| Modifier and Type | Method and Description |
|---|---|
T |
CommonCurveSwitch.caseQuadraticCurve(QuadraticCurve object)
Returns the result of interpreting the object as an instance of 'Quadratic Curve'.
|
| Modifier and Type | Method and Description |
|---|---|
QuadraticCurve |
IncrementalCost.getQuadraticCurve()
Returns the value of the 'Quadratic Curve' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncrementalCost.setQuadraticCurve(QuadraticCurve value)
Sets the value of the '
Quadratic Curve' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected QuadraticCurve |
IncrementalCostImpl.quadraticCurve
The cached value of the '
Quadratic Curve' reference. |
| Modifier and Type | Method and Description |
|---|---|
QuadraticCurve |
IncrementalCostImpl.basicGetQuadraticCurve() |
QuadraticCurve |
IncrementalCostImpl.getQuadraticCurve() |
| Modifier and Type | Method and Description |
|---|---|
void |
IncrementalCostImpl.setQuadraticCurve(QuadraticCurve newQuadraticCurve) |