public class DMNGraphProcessor extends Object implements GraphProcessor
| Constructor and Description |
|---|
DMNGraphProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Node> |
getChildNodes(Node node) |
Iterable<? extends Node> |
getNodes(Graph<?,?> graph) |
String |
getReplaceNodeId(String uuid) |
boolean |
isReplacedByAnotherNode(String uuid) |
public Iterable<? extends Node> getNodes(Graph<?,?> graph)
getNodes in interface GraphProcessorpublic boolean isReplacedByAnotherNode(String uuid)
isReplacedByAnotherNode in interface GraphProcessorpublic String getReplaceNodeId(String uuid)
getReplaceNodeId in interface GraphProcessorCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.