@Deprecated
public class StateTransition
extends java.lang.Object
implements java.io.Serializable
Java class for StateTransition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StateTransition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NextStateID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MinDuration" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractDuration"/>
<element name="MaxDuration" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractDuration"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDuration |
maxDuration
Deprecated.
|
protected AbstractDuration |
minDuration
Deprecated.
|
protected java.lang.String |
nextStateID
Deprecated.
|
| Constructor and Description |
|---|
StateTransition()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractDuration |
getMaxDuration()
Deprecated.
Gets the value of the maxDuration property.
|
AbstractDuration |
getMinDuration()
Deprecated.
Gets the value of the minDuration property.
|
java.lang.String |
getNextStateID()
Deprecated.
Gets the value of the nextStateID property.
|
void |
setMaxDuration(AbstractDuration value)
Deprecated.
Sets the value of the maxDuration property.
|
void |
setMinDuration(AbstractDuration value)
Deprecated.
Sets the value of the minDuration property.
|
void |
setNextStateID(java.lang.String value)
Deprecated.
Sets the value of the nextStateID property.
|
protected java.lang.String nextStateID
protected AbstractDuration minDuration
protected AbstractDuration maxDuration
public java.lang.String getNextStateID()
Stringpublic void setNextStateID(java.lang.String value)
value - allowed object is
Stringpublic AbstractDuration getMinDuration()
AbstractDurationpublic void setMinDuration(AbstractDuration value)
value - allowed object is
AbstractDurationpublic AbstractDuration getMaxDuration()
AbstractDurationpublic void setMaxDuration(AbstractDuration value)
value - allowed object is
AbstractDuration