Drools Workbench - Guided Decision Tree Model 6.2.0.Final

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

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.ActionInsertNodeImpl
All Implemented Interfaces:
Iterable<Node>, ActionInsertNode, HasFieldValues, Node

public class ActionInsertNodeImpl
extends BaseNodeImpl
implements ActionInsertNode


Constructor Summary
ActionInsertNodeImpl()
           
ActionInsertNodeImpl(String className)
           
 
Method Summary
 boolean equals(Object o)
           
 String getClassName()
           
 List<ActionFieldValue> getFieldValues()
           
 int hashCode()
           
 boolean isLogicalInsertion()
           
 void setClassName(String className)
           
 void setLogicalInsertion(boolean isLogicalInsertion)
           
 
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

ActionInsertNodeImpl

public ActionInsertNodeImpl()

ActionInsertNodeImpl

public ActionInsertNodeImpl(String className)
Method Detail

getClassName

public String getClassName()
Specified by:
getClassName in interface ActionInsertNode

setClassName

public void setClassName(String className)
Specified by:
setClassName in interface ActionInsertNode

isLogicalInsertion

public boolean isLogicalInsertion()
Specified by:
isLogicalInsertion in interface ActionInsertNode

setLogicalInsertion

public void setLogicalInsertion(boolean isLogicalInsertion)
Specified by:
setLogicalInsertion in interface ActionInsertNode

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.