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'
|
BranchContainerShape |
createBranchContainerShape()
Returns a new object of class 'Branch Container Shape'
|
BranchEdge |
createBranchEdge()
Returns a new object of class 'Branch Edge'
|
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()
BranchContainerShape createBranchContainerShape()
TerminateShape createTerminateShape()
FlowEdge createFlowEdge()
BranchEdge createBranchEdge()
InitiateShape createInitiateShape()
LoopbackEdge createLoopbackEdge()
FlowdiagramPackage getFlowdiagramPackage()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.