Drools Workbench - Guided Decision Tree Model 6.2.0.Final

org.drools.workbench.models.guided.dtree.shared.model.nodes
Interface BoundNode

All Superinterfaces:
Iterable<Node>, Node
All Known Subinterfaces:
ConstraintNode, TypeNode
All Known Implementing Classes:
BaseBoundNodeImpl, ConstraintNodeImpl, TypeNodeImpl

public interface BoundNode
extends Node


Method Summary
 String getBinding()
           
 boolean isBound()
           
 void setBinding(String binding)
           
 
Methods inherited from interface org.drools.workbench.models.guided.dtree.shared.model.nodes.Node
addChild, getChildren, getParent, removeChild, setParent
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getBinding

String getBinding()

setBinding

void setBinding(String binding)

isBound

boolean isBound()

Drools Workbench - Guided Decision Tree Model 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.