@Deprecated public class EnergyFlowGradient extends AbstractEnergyFlowGradient implements java.io.Serializable
Java class for EnergyFlowGradient complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnergyFlowGradient">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractEnergyFlowGradient">
<sequence>
<element name="DeltaE" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyFlowInWatt"/>
<element name="DeltaT" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}Duration"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnergyFlowInWatt |
deltaE
Deprecated.
|
protected Duration |
deltaT
Deprecated.
|
| Constructor and Description |
|---|
EnergyFlowGradient()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
EnergyFlowInWatt |
getDeltaE()
Deprecated.
Gets the value of the deltaE property.
|
Duration |
getDeltaT()
Deprecated.
Gets the value of the deltaT property.
|
void |
setDeltaE(EnergyFlowInWatt value)
Deprecated.
Sets the value of the deltaE property.
|
void |
setDeltaT(Duration value)
Deprecated.
Sets the value of the deltaT property.
|
protected EnergyFlowInWatt deltaE
protected Duration deltaT
public EnergyFlowInWatt getDeltaE()
EnergyFlowInWattpublic void setDeltaE(EnergyFlowInWatt value)
value - allowed object is
EnergyFlowInWattpublic Duration getDeltaT()
Duration