Interface EfficientBacktrackableTree<N extends TreeNode & LocallyExpandable<N> & LocallyContractible<N>>
-
- All Superinterfaces:
DelayedRooting<N>,EfficientTree<N>,Tree<N>
public interface EfficientBacktrackableTree<N extends TreeNode & LocallyExpandable<N> & LocallyContractible<N>> extends EfficientTree<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.specpp.datastructures.tree.base.traits.DelayedRooting
DelayedRooting.Treexecption
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NcontractTree()-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.traits.DelayedRooting
setRootOnce
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.EfficientTree
getLeaves, tryExpandingTree
-
-
-
-
Method Detail
-
contractTree
N contractTree()
-
-