Interface EfficientTreeComponent<N extends TreeNode & LocallyExpandable<N>>
-
- All Superinterfaces:
DelayedRooting<N>,EfficientTree<N>,FullComponentSystemUser,HasComponentCollection,Initializable,IsGlobalProvider,Tree<N>,UsesGlobalComponentSystem,UsesLocalComponentSystem
- All Known Implementing Classes:
EnumeratingTree,EventingEnumeratingTree,InstrumentedEfficientTree,TestEventingEnumeratingTree
public interface EfficientTreeComponent<N extends TreeNode & LocallyExpandable<N>> extends EfficientTree<N>, FullComponentSystemUser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.specpp.datastructures.tree.base.traits.DelayedRooting
DelayedRooting.Treexecption
-
-
Method Summary
-
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
-
Methods inherited from interface org.processmining.specpp.componenting.system.FullComponentSystemUser
collectTransitiveSubcomponents, connectLocalComponentSystem, getComponentCollection, registerSubComponent, unregisterSubComponent
-
Methods inherited from interface org.processmining.specpp.traits.Initializable
init
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
globalComponentSystem
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesLocalComponentSystem
bridgeToChildren, localComponentSystem
-
-