| Package | Description |
|---|---|
| com.corticon.rulesemf.viewrulemodel.ruleflow.flowdiagram | |
| com.corticon.rulesemf.viewrulemodel.ruleflow.flowdiagram.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityShape
A representation of the model object 'Activity Shape'
|
interface |
DecisionShape
A representation of the model object 'Decision Shape'
|
interface |
InitiateShape
A representation of the model object 'Initiate Shape'
|
interface |
TerminateShape
A representation of the model object 'Terminate Shape'
|
| Modifier and Type | Method and Description |
|---|---|
FlowShape |
FlowdiagramFactory.createFlowShape()
Returns a new object of class 'Flow Shape'
|
FlowShape |
FlowEdge.getSourceShape()
Returns the value of the 'Source Shape' reference.
|
FlowShape |
FlowEdge.getTargetShape()
Returns the value of the 'Target Shape' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowEdge.setSourceShape(FlowShape value)
Sets the value of the '
Source Shape' reference |
void |
FlowEdge.setTargetShape(FlowShape value)
Sets the value of the '
Target Shape' reference |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
FlowdiagramSwitch.caseFlowShape(FlowShape object)
Returns the result of interpreting the object as an instance of 'Flow Shape'
|
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.