Class RerootableTreeImpl<N extends TreeNode>
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.base.impls.RerootableTreeImpl<N>
-
- All Implemented Interfaces:
Rerootable<N>,Tree<N>
- Direct Known Subclasses:
BiDiTreeImpl
public class RerootableTreeImpl<N extends TreeNode> extends java.lang.Object implements Tree<N>, Rerootable<N>
-
-
Constructor Summary
Constructors Constructor Description RerootableTreeImpl()RerootableTreeImpl(N root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NgetRoot()voidsetRoot(N newRoot)
-
-
-
Constructor Detail
-
RerootableTreeImpl
public RerootableTreeImpl(N root)
-
RerootableTreeImpl
public RerootableTreeImpl()
-
-