@ApplicationScoped public class DMNMarshaller extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DMNMarshaller.JSINodeLocalPartName |
| Modifier | Constructor and Description |
|---|---|
protected |
DMNMarshaller() |
|
DMNMarshaller(FactoryManager factoryManager,
DMNDiagramsSession dmnDiagramsSession) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
connect(JSIDMNDiagram diagram,
List<String> dmnDiagramElementIds,
Definitions definitionsStunnerPojo,
List<JSIDMNEdge> dmnEdges,
Node<?,?> node,
View<?> view) |
List<Node> |
getNodeStream(Diagram diagram) |
void |
init() |
JSITDefinitions |
marshall() |
JSITDRGElement |
stunnerToDMN(Node<?,?> node,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
public static final String PREFIX
protected DMNMarshaller()
@Inject public DMNMarshaller(FactoryManager factoryManager, DMNDiagramsSession dmnDiagramsSession)
@PostConstruct public void init()
public JSITDefinitions marshall()
protected void connect(JSIDMNDiagram diagram, List<String> dmnDiagramElementIds, Definitions definitionsStunnerPojo, List<JSIDMNEdge> dmnEdges, Node<?,?> node, View<?> view)
public JSITDRGElement stunnerToDMN(Node<?,?> node, Consumer<JSITComponentWidths> componentWidthsConsumer)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.