Class BiDiNodeImpl
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.base.impls.AbstractBiDiNode<BiDiNodeImpl>
-
- org.processmining.specpp.datastructures.tree.base.impls.BiDiNodeImpl
-
- All Implemented Interfaces:
GraphObject,Vertex,BiDiTreeNode<BiDiNodeImpl>,KnowsChildren<BiDiNodeImpl>,KnowsParent<BiDiNodeImpl>,MutableChildren<BiDiNodeImpl>,MutableParent<BiDiNodeImpl>,TreeNode,UniDiTreeNode<BiDiNodeImpl>
public class BiDiNodeImpl extends AbstractBiDiNode<BiDiNodeImpl>
-
-
Constructor Summary
Constructors Constructor Description BiDiNodeImpl()BiDiNodeImpl(BiDiNodeImpl parent)BiDiNodeImpl(BiDiNodeImpl parent, java.util.List<BiDiNodeImpl> children)
-
Method Summary
-
Methods inherited from class org.processmining.specpp.datastructures.tree.base.impls.AbstractBiDiNode
addChild, getChildren, getParent, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.traits.KnowsChildren
isLeaf
-
-
-
-
Constructor Detail
-
BiDiNodeImpl
public BiDiNodeImpl(BiDiNodeImpl parent)
-
BiDiNodeImpl
public BiDiNodeImpl(BiDiNodeImpl parent, java.util.List<BiDiNodeImpl> children)
-
BiDiNodeImpl
public BiDiNodeImpl()
-
-