Class ActionRetractNodeImpl
- java.lang.Object
-
- org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseNodeImpl
-
- org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.ActionRetractNodeImpl
-
- All Implemented Interfaces:
Iterable<Node>,ActionRetractNode,Node
public class ActionRetractNodeImpl extends BaseNodeImpl implements ActionRetractNode
-
-
Constructor Summary
Constructors Constructor Description ActionRetractNodeImpl()ActionRetractNodeImpl(TypeNode boundNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TypeNodegetBoundNode()inthashCode()voidsetBoundNode(TypeNode boundNode)-
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
-
ActionRetractNodeImpl
public ActionRetractNodeImpl()
-
ActionRetractNodeImpl
public ActionRetractNodeImpl(TypeNode boundNode)
-
-
Method Detail
-
getBoundNode
public TypeNode getBoundNode()
- Specified by:
getBoundNodein interfaceActionRetractNode
-
setBoundNode
public void setBoundNode(TypeNode boundNode)
- Specified by:
setBoundNodein interfaceActionRetractNode
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseNodeImpl
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseNodeImpl
-
-