public class BindingUtilities extends Object
Constructor and Description |
---|
BindingUtilities() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isUniqueInPath(String binding,
org.drools.workbench.models.guided.dtree.shared.model.nodes.Node node)
Check whether the binding is unique on the path ascending the tree from the given node to root.
|
public static boolean isUniqueInPath(String binding, org.drools.workbench.models.guided.dtree.shared.model.nodes.Node node)
binding
- Binding to checknode
- Node that is to be bound. The check is ran from this node's parent upwards.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.