@Deprecated
public class State
extends java.lang.Object
implements java.io.Serializable
Java class for State complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="State">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StateID" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="StateDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EnergyFlows" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractEnergyFlow" maxOccurs="unbounded"/>
<element name="Duration" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}Duration"/>
<element name="FormatTimeUnit" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TimeUnit"/>
<element name="StateTransitions" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}StateTransition" maxOccurs="unbounded" minOccurs="0"/>
<element name="StateEvaluationRanges" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}VariableState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}double" default="0" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}double" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
duration
Deprecated.
|
protected java.util.List<AbstractEnergyFlow> |
energyFlows
Deprecated.
|
protected TimeUnit |
formatTimeUnit
Deprecated.
|
protected java.lang.String |
stateDescription
Deprecated.
|
protected java.util.List<VariableState> |
stateEvaluationRanges
Deprecated.
|
protected java.lang.String |
stateID
Deprecated.
|
protected java.util.List<StateTransition> |
stateTransitions
Deprecated.
|
protected java.lang.Double |
x
Deprecated.
|
protected java.lang.Double |
y
Deprecated.
|
| Constructor and Description |
|---|
State()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDuration()
Deprecated.
Gets the value of the duration property.
|
java.util.List<AbstractEnergyFlow> |
getEnergyFlows()
Deprecated.
Gets the value of the energyFlows property.
|
TimeUnit |
getFormatTimeUnit()
Deprecated.
Gets the value of the formatTimeUnit property.
|
java.lang.String |
getStateDescription()
Deprecated.
Gets the value of the stateDescription property.
|
java.util.List<VariableState> |
getStateEvaluationRanges()
Deprecated.
Gets the value of the stateEvaluationRanges property.
|
java.lang.String |
getStateID()
Deprecated.
Gets the value of the stateID property.
|
java.util.List<StateTransition> |
getStateTransitions()
Deprecated.
Gets the value of the stateTransitions property.
|
double |
getX()
Deprecated.
Gets the value of the x property.
|
double |
getY()
Deprecated.
Gets the value of the y property.
|
void |
setDuration(Duration value)
Deprecated.
Sets the value of the duration property.
|
void |
setFormatTimeUnit(TimeUnit value)
Deprecated.
Sets the value of the formatTimeUnit property.
|
void |
setStateDescription(java.lang.String value)
Deprecated.
Sets the value of the stateDescription property.
|
void |
setStateID(java.lang.String value)
Deprecated.
Sets the value of the stateID property.
|
void |
setX(java.lang.Double value)
Deprecated.
Sets the value of the x property.
|
void |
setY(java.lang.Double value)
Deprecated.
Sets the value of the y property.
|
protected java.lang.String stateID
protected java.lang.String stateDescription
protected java.util.List<AbstractEnergyFlow> energyFlows
protected Duration duration
protected TimeUnit formatTimeUnit
protected java.util.List<StateTransition> stateTransitions
protected java.util.List<VariableState> stateEvaluationRanges
protected java.lang.Double x
protected java.lang.Double y
public java.lang.String getStateID()
Stringpublic void setStateID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStateDescription()
Stringpublic void setStateDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<AbstractEnergyFlow> getEnergyFlows()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the energyFlows property.
For example, to add a new item, do as follows:
getEnergyFlows().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractEnergyFlow
public Duration getDuration()
Durationpublic void setDuration(Duration value)
value - allowed object is
Durationpublic TimeUnit getFormatTimeUnit()
TimeUnitpublic void setFormatTimeUnit(TimeUnit value)
value - allowed object is
TimeUnitpublic java.util.List<StateTransition> getStateTransitions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the stateTransitions property.
For example, to add a new item, do as follows:
getStateTransitions().add(newItem);
Objects of the following type(s) are allowed in the list
StateTransition
public java.util.List<VariableState> getStateEvaluationRanges()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the stateEvaluationRanges property.
For example, to add a new item, do as follows:
getStateEvaluationRanges().add(newItem);
Objects of the following type(s) are allowed in the list
VariableState
public double getX()
Doublepublic void setX(java.lang.Double value)
value - allowed object is
Doublepublic double getY()
Doublepublic void setY(java.lang.Double value)
value - allowed object is
Double