|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.ExitCondition
public class ExitCondition
State configurations maintain a list of conditions. The conditions are tested in order of precedence. The first rule who's rule evaluates to true will cause the resulting action to be meet.
Java class for ExitCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExitCondition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rule" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Rule"/>
<element name="action" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link"/>
<element name="state" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Link<Action> |
action
|
protected Rule |
rule
|
protected Link<State> |
state
|
| Constructor Summary | |
|---|---|
ExitCondition()
|
|
| Method Summary | |
|---|---|
ExitCondition |
clone()
|
Link<Action> |
getAction()
Gets the value of the action property. |
Rule |
getRule()
Gets the value of the rule property. |
Link<State> |
getState()
Gets the value of the state property. |
void |
setAction(Link<Action> value)
Sets the value of the action property. |
void |
setRule(Rule value)
Sets the value of the rule property. |
void |
setState(Link<State> value)
Sets the value of the state property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Rule rule
protected Link<Action> action
protected Link<State> state
| Constructor Detail |
|---|
public ExitCondition()
| Method Detail |
|---|
public Rule getRule()
Rulepublic void setRule(Rule value)
value - allowed object is
Rulepublic Link<Action> getAction()
Linkpublic void setAction(Link<Action> value)
value - allowed object is
Linkpublic Link<State> getState()
Linkpublic void setState(Link<State> value)
value - allowed object is
Link
public ExitCondition clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||