Class EventingEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.datastructures.tree.base.impls.EnumeratingTree<N>
-
- org.processmining.specpp.datastructures.tree.base.impls.EventingEnumeratingTree<N>
-
- All Implemented Interfaces:
FullComponentSystemUser,EfficientTreeComponent<N>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,UsesLocalComponentSystem,EfficientTree<N>,DelayedRooting<N>,Tree<N>,Initializable
- Direct Known Subclasses:
TestEventingEnumeratingTree
public class EventingEnumeratingTree<N extends TreeNode & LocallyExpandable<N>> extends EnumeratingTree<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.specpp.datastructures.tree.base.traits.DelayedRooting
DelayedRooting.Treexecption
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.datastructures.tree.base.impls.EnumeratingTree
leaves, root
-
-
Constructor Summary
Constructors Constructor Description EventingEnumeratingTree(N root, ExpansionStrategyComponent<N> expansionStrategy)EventingEnumeratingTree(ExpansionStrategyComponent<N> expansionStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanaddLeaf(N node)protected Nexpand()protected voidmakeProvisions()protected voidnodeExpanded(N node, N child)protected voidnotExpandable(N node)protected booleanremoveLeaf(N node)-
Methods inherited from class org.processmining.specpp.datastructures.tree.base.impls.EnumeratingTree
expandNode, getLeaves, getRoot, initSelf, insertNewNode, lastExpansionNotExpandable, lastProposalNotExpandable, setRootOnce, softExpand, toString, tryExpandingTree
-
Methods inherited from class org.processmining.specpp.componenting.system.link.AbstractBaseClass
collectTransitiveSubcomponents, getComponentCollection, getSubComponents, globalComponentSystem, init, localComponentSystem, postSubComponentInit, preSubComponentInit, registerSubComponent, unregisterSubComponent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
EventingEnumeratingTree
public EventingEnumeratingTree(N root, ExpansionStrategyComponent<N> expansionStrategy)
-
EventingEnumeratingTree
public EventingEnumeratingTree(ExpansionStrategyComponent<N> expansionStrategy)
-
-
Method Detail
-
makeProvisions
protected void makeProvisions()
-
expand
protected N expand()
- Overrides:
expandin classEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>
-
nodeExpanded
protected void nodeExpanded(N node, N child)
- Overrides:
nodeExpandedin classEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>
-
notExpandable
protected void notExpandable(N node)
- Overrides:
notExpandablein classEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>
-
addLeaf
protected boolean addLeaf(N node)
- Overrides:
addLeafin classEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>
-
removeLeaf
protected boolean removeLeaf(N node)
- Overrides:
removeLeafin classEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>
-
-