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 GraphProcessor
public boolean isReplacedByAnotherNode(String uuid)
isReplacedByAnotherNode
in interface GraphProcessor
public String getReplaceNodeId(String uuid)
getReplaceNodeId
in interface GraphProcessor
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.