public class ConversionHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Decision |
currentDecision |
protected DmnDiDiagram |
currentDiDiagram |
protected DiEdge |
currentDiEdge |
protected DmnDiShape |
currentDiShape |
protected List<DmnDiDiagram> |
diDiagrams |
protected Map<String,List<DmnDiEdge>> |
diEdges |
protected Map<String,List<DmnDiShape>> |
diShapes |
protected DmnDefinition |
dmnDefinition |
| Constructor and Description |
|---|
ConversionHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDiDiagram(DmnDiDiagram diDiagram) |
void |
addDiEdge(DmnDiEdge diEdge) |
void |
addDiShape(DmnDiShape diShape) |
Decision |
getCurrentDecision() |
DmnDiDiagram |
getCurrentDiDiagram() |
DiEdge |
getCurrentDiEdge() |
DmnDiShape |
getCurrentDiShape() |
List<DmnDiDiagram> |
getDiDiagrams() |
List<DmnDiEdge> |
getDiEdges(String diagramId) |
List<DmnDiShape> |
getDiShapes(String diagramId) |
DmnDefinition |
getDmnDefinition() |
void |
setCurrentDecision(Decision currentDecision) |
void |
setCurrentDiDiagram(DmnDiDiagram currentDiDiagram) |
void |
setCurrentDiEdge(DiEdge currentDiEdge) |
void |
setCurrentDiShape(DmnDiShape currentDiShape) |
void |
setDmnDefinition(DmnDefinition dmnDefinition) |
protected DmnDefinition dmnDefinition
protected Decision currentDecision
protected DmnDiDiagram currentDiDiagram
protected DmnDiShape currentDiShape
protected DiEdge currentDiEdge
protected List<DmnDiDiagram> diDiagrams
protected Map<String,List<DmnDiShape>> diShapes
public DmnDefinition getDmnDefinition()
public void setDmnDefinition(DmnDefinition dmnDefinition)
public Decision getCurrentDecision()
public void setCurrentDecision(Decision currentDecision)
public void addDiDiagram(DmnDiDiagram diDiagram)
public void addDiShape(DmnDiShape diShape)
public void addDiEdge(DmnDiEdge diEdge)
public DmnDiDiagram getCurrentDiDiagram()
public void setCurrentDiDiagram(DmnDiDiagram currentDiDiagram)
public DmnDiShape getCurrentDiShape()
public void setCurrentDiShape(DmnDiShape currentDiShape)
public DiEdge getCurrentDiEdge()
public void setCurrentDiEdge(DiEdge currentDiEdge)
public List<DmnDiDiagram> getDiDiagrams()
public List<DmnDiShape> getDiShapes(String diagramId)
Copyright © 2022 Flowable. All rights reserved.