public abstract class AbstractStoplightPolicyXto extends EvaluationPolicyXto
Java class for AbstractStoplightPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractStoplightPolicy">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
<sequence>
<element name="yellowPct" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="redPct" type="{http://www.w3.org/2001/XMLSchema}float"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AbstractStoplightPolicyXto() |
| Modifier and Type | Method and Description |
|---|---|
float |
getRedPct()
Gets the value of the redPct property.
|
float |
getYellowPct()
Gets the value of the yellowPct property.
|
void |
setRedPct(float value)
Sets the value of the redPct property.
|
void |
setYellowPct(float value)
Sets the value of the yellowPct property.
|
public float getYellowPct()
public void setYellowPct(float value)
public float getRedPct()
public void setRedPct(float value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.