Drools Workbench - Guided Decision Tree Model 6.2.0.Final

org.drools.workbench.models.guided.dtree.shared.model.nodes.impl
Class ActionUpdateNodeImpl

java.lang.Object
  extended by org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseNodeImpl
      extended by org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.ActionUpdateNodeImpl
All Implemented Interfaces:
Iterable<Node>, ActionUpdateNode, HasFieldValues, Node

public class ActionUpdateNodeImpl
extends BaseNodeImpl
implements ActionUpdateNode


Constructor Summary
ActionUpdateNodeImpl()
           
ActionUpdateNodeImpl(TypeNode boundNode)
           
 
Method Summary
 boolean equals(Object o)
           
 TypeNode getBoundNode()
           
 List<ActionFieldValue> getFieldValues()
           
 int hashCode()
           
 boolean isModify()
           
 void setBoundNode(TypeNode boundNode)
           
 void setModify(boolean isModify)
           
 
Methods inherited from class org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseNodeImpl
addChild, getChildren, getParent, iterator, removeChild, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

ActionUpdateNodeImpl

public ActionUpdateNodeImpl()

ActionUpdateNodeImpl

public ActionUpdateNodeImpl(TypeNode boundNode)
Method Detail

getBoundNode

public TypeNode getBoundNode()
Specified by:
getBoundNode in interface ActionUpdateNode

setBoundNode

public void setBoundNode(TypeNode boundNode)
Specified by:
setBoundNode in interface ActionUpdateNode

isModify

public boolean isModify()
Specified by:
isModify in interface ActionUpdateNode

setModify

public void setModify(boolean isModify)
Specified by:
setModify in interface ActionUpdateNode

getFieldValues

public List<ActionFieldValue> getFieldValues()
Specified by:
getFieldValues in interface HasFieldValues

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Drools Workbench - Guided Decision Tree Model 6.2.0.Final

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