Drools Workbench - Guided Decision Tree Model 6.2.0.Final

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

All Superinterfaces:
Iterable<Node>, Node
All Known Implementing Classes:
ActionRetractNodeImpl

public interface ActionRetractNode
extends Node


Method Summary
 TypeNode getBoundNode()
           
 void setBoundNode(TypeNode 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

getBoundNode

TypeNode getBoundNode()

setBoundNode

void setBoundNode(TypeNode binding)

Drools Workbench - Guided Decision Tree Model 6.2.0.Final

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