public class CostFunctionModuleSingle extends AbstractCostFunctionModule implements java.io.Serializable
Java class for CostFunctionModuleSingle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CostFunctionModuleSingle">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractCostFunctionModule">
<sequence>
<element name="CostFunction" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractCostFunction"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractCostFunction |
costFunction |
costType| Constructor and Description |
|---|
CostFunctionModuleSingle() |
| Modifier and Type | Method and Description |
|---|---|
AbstractCostFunction |
getCostFunction()
Gets the value of the costFunction property.
|
void |
setCostFunction(AbstractCostFunction value)
Sets the value of the costFunction property.
|
getCostType, setCostTypeprotected AbstractCostFunction costFunction
public AbstractCostFunction getCostFunction()
AbstractCostFunctionpublic void setCostFunction(AbstractCostFunction value)
value - allowed object is
AbstractCostFunction