| Package | Description |
|---|---|
| com.interpss.opf | |
| com.interpss.opf.impl | |
| com.interpss.opf.util |
| Modifier and Type | Method and Description |
|---|---|
IncrementalCost |
OpfFactory.createIncrementalCost()
Returns a new object of class 'Incremental Cost'.
|
IncrementalCost |
OpfGenBus.getIncCost()
Returns the value of the 'Inc Cost' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpfGenBus.setIncCost(IncrementalCost value)
Sets the value of the '
Inc Cost' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalCostImpl
An implementation of the model object 'Incremental Cost'.
|
| Modifier and Type | Method and Description |
|---|---|
IncrementalCost |
OpfGenBusImpl.basicGetIncCost() |
IncrementalCost |
OpfFactoryImpl.createIncrementalCost() |
IncrementalCost |
OpfGenBusImpl.getIncCost() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpfGenBusImpl.setIncCost(IncrementalCost newIncCost) |
| Modifier and Type | Method and Description |
|---|---|
T |
OpfSwitch.caseIncrementalCost(IncrementalCost object)
Returns the result of interpreting the object as an instance of 'Incremental Cost'.
|