public interface ActivityNode extends FlowControl
The following features are supported:
RuleflowPackage.getActivityNode()| Modifier and Type | Method and Description |
|---|---|
RuleActivity |
getInvokes()
Returns the value of the 'Invokes' reference
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
FlowControl |
getNextStep()
Returns the value of the 'Next Step' reference
|
int |
getOrder()
Returns the value of the 'Order' attribute.
|
java.lang.String |
getRuleActivityUpdateStamp()
Returns the value of the 'Rule Activity Update Stamp' attribute
|
boolean |
isEnabled()
Returns the value of the 'Enabled' attribute.
|
boolean |
isIterative()
Returns the value of the 'Iterative' attribute
|
void |
setEnabled(boolean value)
Sets the value of the '
Enabled' attribute |
void |
setInvokes(RuleActivity value)
Sets the value of the '
Invokes' reference |
void |
setIterative(boolean value)
Sets the value of the '
Iterative' attribute |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setNextStep(FlowControl value)
Sets the value of the '
Next Step' reference |
void |
setOrder(int value)
Sets the value of the '
Order' attribute |
void |
setRuleActivityUpdateStamp(java.lang.String value)
Sets the value of the '
Rule Activity Update Stamp' attribute |
getDocumentingRuleStatementsboolean isEnabled()
"true".
If the meaning of the 'Enabled' attribute isn't clear, there really should be more of a description here...
setEnabled(boolean),
RuleflowPackage.getActivityNode_Enabled()void setEnabled(boolean value)
Enabled' attribute.
value - the new value of the 'Enabled' attribute.isEnabled()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
RuleflowPackage.getActivityNode_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isIterative()
If the meaning of the 'Iterative' attribute isn't clear, there really should be more of a description here...
setIterative(boolean),
RuleflowPackage.getActivityNode_Iterative()void setIterative(boolean value)
Iterative' attribute.
value - the new value of the 'Iterative' attribute.isIterative()int getOrder()
"-1".
If the meaning of the 'Order' attribute isn't clear, there really should be more of a description here...
setOrder(int),
RuleflowPackage.getActivityNode_Order()void setOrder(int value)
Order' attribute.
value - the new value of the 'Order' attribute.getOrder()java.lang.String getRuleActivityUpdateStamp()
If the meaning of the 'Rule Activity Update Stamp' attribute isn't clear, there really should be more of a description here...
setRuleActivityUpdateStamp(String),
RuleflowPackage.getActivityNode_RuleActivityUpdateStamp()void setRuleActivityUpdateStamp(java.lang.String value)
Rule Activity Update Stamp' attribute.
value - the new value of the 'Rule Activity Update Stamp' attribute.getRuleActivityUpdateStamp()FlowControl getNextStep()
If the meaning of the 'Next Step' reference isn't clear, there really should be more of a description here...
setNextStep(FlowControl),
RuleflowPackage.getActivityNode_NextStep()void setNextStep(FlowControl value)
Next Step' reference.
value - the new value of the 'Next Step' reference.getNextStep()RuleActivity getInvokes()
If the meaning of the 'Invokes' reference isn't clear, there really should be more of a description here...
setInvokes(RuleActivity),
RuleflowPackage.getActivityNode_Invokes()void setInvokes(RuleActivity value)
Invokes' reference.
value - the new value of the 'Invokes' reference.getInvokes()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.