Package org.flowable.dmn.xml.converter
Class ConversionHelper
java.lang.Object
org.flowable.dmn.xml.converter.ConversionHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Decision
protected DmnDiDiagram
protected DiEdge
protected DmnDiShape
protected List<DmnDiDiagram>
protected Map<String,
List<DmnDiShape>> protected DmnDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDiDiagram
(DmnDiDiagram diDiagram) void
void
addDiShape
(DmnDiShape diShape) getDiEdges
(String diagramId) getDiShapes
(String diagramId) void
setCurrentDecision
(Decision currentDecision) void
setCurrentDiDiagram
(DmnDiDiagram currentDiDiagram) void
setCurrentDiEdge
(DiEdge currentDiEdge) void
setCurrentDiShape
(DmnDiShape currentDiShape) void
setDmnDefinition
(DmnDefinition dmnDefinition)
-
Field Details
-
dmnDefinition
-
currentDecision
-
currentDiDiagram
-
currentDiShape
-
currentDiEdge
-
diDiagrams
-
diShapes
-
diEdges
-
-
Constructor Details
-
ConversionHelper
public ConversionHelper()
-
-
Method Details
-
getDmnDefinition
-
setDmnDefinition
-
getCurrentDecision
-
setCurrentDecision
-
addDiDiagram
-
addDiShape
-
addDiEdge
-
getCurrentDiDiagram
-
setCurrentDiDiagram
-
getCurrentDiShape
-
setCurrentDiShape
-
getCurrentDiEdge
-
setCurrentDiEdge
-
getDiDiagrams
-
getDiShapes
-
getDiEdges
-