public interface DecisionEdge extends FlowEdge
The following features are supported:
FlowdiagramPackage.getDecisionEdge()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Decision |
getDecision()
Returns the value of the 'Decision' reference
|
boolean |
isValid()
Returns the value of the 'Valid' attribute
|
void |
setDecision(Decision value)
Sets the value of the '
Decision' reference |
void |
setValid(boolean value)
Sets the value of the '
Valid' attribute |
getSourceShape, getTargetShape, setSourceShape, setTargetShapegetGuid, setGuidgetAnnotationsgetName, getValue, setName, setValuestatic final java.lang.String copyright
boolean isValid()
If the meaning of the 'Valid' attribute isn't clear, there really should be more of a description here...
setValid(boolean),
FlowdiagramPackage.getDecisionEdge_Valid()void setValid(boolean value)
Valid' attribute.
value - the new value of the 'Valid' attribute.isValid()Decision getDecision()
If the meaning of the 'Decision' reference isn't clear, there really should be more of a description here...
setDecision(Decision),
FlowdiagramPackage.getDecisionEdge_Decision()void setDecision(Decision value)
Decision' reference.
value - the new value of the 'Decision' reference.getDecision()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.