public interface FlowEdge extends CorticonObject
The following features are supported:
FlowdiagramPackage.getFlowEdge()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
FlowShape |
getSourceShape()
Returns the value of the 'Source Shape' reference.
|
FlowShape |
getTargetShape()
Returns the value of the 'Target Shape' reference.
|
void |
setSourceShape(FlowShape value)
Sets the value of the '
Source Shape' reference |
void |
setTargetShape(FlowShape value)
Sets the value of the '
Target Shape' reference |
getGuid, setGuidgetAnnotationsgetName, getValue, setName, setValuestatic final java.lang.String copyright
FlowShape getSourceShape()
Outbound Edges'.
If the meaning of the 'Source Shape' reference isn't clear, there really should be more of a description here...
setSourceShape(FlowShape),
FlowdiagramPackage.getFlowEdge_SourceShape(),
FlowShape.getOutboundEdges()void setSourceShape(FlowShape value)
Source Shape' reference.
value - the new value of the 'Source Shape' reference.getSourceShape()FlowShape getTargetShape()
Inbound Edges'.
If the meaning of the 'Target Shape' reference isn't clear, there really should be more of a description here...
setTargetShape(FlowShape),
FlowdiagramPackage.getFlowEdge_TargetShape(),
FlowShape.getInboundEdges()void setTargetShape(FlowShape value)
Target Shape' reference.
value - the new value of the 'Target Shape' reference.getTargetShape()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.