Class ActionInsertNodeImpl
- java.lang.Object
-
- org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseNodeImpl
-
- 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
Constructors Constructor Description ActionInsertNodeImpl()ActionInsertNodeImpl(String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClassName()List<ActionFieldValue>getFieldValues()inthashCode()booleanisLogicalInsertion()voidsetClassName(String className)voidsetLogicalInsertion(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 java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.drools.workbench.models.guided.dtree.shared.model.nodes.Node
addChild, getChildren, getParent, removeChild, setParent
-
-
-
-
Constructor Detail
-
ActionInsertNodeImpl
public ActionInsertNodeImpl()
-
ActionInsertNodeImpl
public ActionInsertNodeImpl(String className)
-
-
Method Detail
-
getClassName
public String getClassName()
- Specified by:
getClassNamein interfaceActionInsertNode
-
setClassName
public void setClassName(String className)
- Specified by:
setClassNamein interfaceActionInsertNode
-
isLogicalInsertion
public boolean isLogicalInsertion()
- Specified by:
isLogicalInsertionin interfaceActionInsertNode
-
setLogicalInsertion
public void setLogicalInsertion(boolean isLogicalInsertion)
- Specified by:
setLogicalInsertionin interfaceActionInsertNode
-
getFieldValues
public List<ActionFieldValue> getFieldValues()
- Specified by:
getFieldValuesin interfaceHasFieldValues
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseNodeImpl
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseNodeImpl
-
-