Interface ActionInsertNode
-
- All Superinterfaces:
HasFieldValues,Iterable<Node>,Node
- All Known Implementing Classes:
ActionInsertNodeImpl
public interface ActionInsertNode extends Node, HasFieldValues
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClassName()booleanisLogicalInsertion()voidsetClassName(String className)voidsetLogicalInsertion(boolean isLogicalInsertion)-
Methods inherited from interface org.drools.workbench.models.guided.dtree.shared.model.nodes.HasFieldValues
getFieldValues
-
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
-
-