public static class CostModel.CostFunctions
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EnergyCarrier" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyCarrier"/>
<element name="Direction" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}Connectivity"/>
<element name="CostFunctionDataSeries" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractCostFunction"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractCostFunction |
costFunction |
protected Connectivity |
direction |
protected EnergyCarrier |
energyCarrier |
| Constructor and Description |
|---|
CostFunctions() |
| Modifier and Type | Method and Description |
|---|---|
AbstractCostFunction |
getCostFunction()
Gets the value of the costFunction property.
|
Connectivity |
getDirection()
Gets the value of the direction property.
|
EnergyCarrier |
getEnergyCarrier()
Gets the value of the energyCarrier property.
|
void |
setCostFunction(AbstractCostFunction value)
Sets the value of the costFunction property.
|
void |
setDirection(Connectivity value)
Sets the value of the direction property.
|
void |
setEnergyCarrier(EnergyCarrier value)
Sets the value of the energyCarrier property.
|
protected EnergyCarrier energyCarrier
protected Connectivity direction
protected AbstractCostFunction costFunction
public EnergyCarrier getEnergyCarrier()
EnergyCarrierpublic void setEnergyCarrier(EnergyCarrier value)
value - allowed object is
EnergyCarrierpublic Connectivity getDirection()
Connectivitypublic void setDirection(Connectivity value)
value - allowed object is
Connectivitypublic AbstractCostFunction getCostFunction()
AbstractCostFunctionpublic void setCostFunction(AbstractCostFunction value)
value - allowed object is
AbstractCostFunction