public interface FlowdiagramFactory
extends org.eclipse.emf.ecore.EFactory
FlowdiagramPackage| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static FlowdiagramFactory |
eINSTANCE
The singleton instance of the factory
|
| Modifier and Type | Method and Description |
|---|---|
ActivityShape |
createActivityShape()
Returns a new object of class 'Activity Shape'
|
DecisionEdge |
createDecisionEdge()
Returns a new object of class 'Decision Edge'
|
DecisionShape |
createDecisionShape()
Returns a new object of class 'Decision Shape'
|
FlowDiagram |
createFlowDiagram()
Returns a new object of class 'Flow Diagram'
|
FlowEdge |
createFlowEdge()
Returns a new object of class 'Flow Edge'
|
FlowShape |
createFlowShape()
Returns a new object of class 'Flow Shape'
|
InitiateShape |
createInitiateShape()
Returns a new object of class 'Initiate Shape'
|
LoopbackEdge |
createLoopbackEdge()
Returns a new object of class 'Loopback Edge'
|
TerminateShape |
createTerminateShape()
Returns a new object of class 'Terminate Shape'
|
FlowdiagramPackage |
getFlowdiagramPackage()
Returns the package supported by this factory
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final java.lang.String copyright
static final FlowdiagramFactory eINSTANCE
FlowDiagram createFlowDiagram()
FlowShape createFlowShape()
ActivityShape createActivityShape()
DecisionShape createDecisionShape()
TerminateShape createTerminateShape()
FlowEdge createFlowEdge()
DecisionEdge createDecisionEdge()
InitiateShape createInitiateShape()
LoopbackEdge createLoopbackEdge()
FlowdiagramPackage getFlowdiagramPackage()
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.