Class InstrumentedEfficientTree<N extends TreeNode & LocallyExpandable<N>>
- java.lang.Object
-
- org.processmining.specpp.componenting.delegators.AbstractDelegator<T>
-
- org.processmining.specpp.componenting.delegators.AbstractFCSUDelegator<T>
-
- org.processmining.specpp.supervision.instrumentators.AbstractInstrumentingDelegator<EfficientTreeComponent<N>>
-
- org.processmining.specpp.supervision.instrumentators.InstrumentedEfficientTree<N>
-
- All Implemented Interfaces:
Container<EfficientTreeComponent<N>>,Delegator<EfficientTreeComponent<N>>,FullComponentSystemUser,EfficientTreeComponent<N>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,UsesLocalComponentSystem,EfficientTree<N>,DelayedRooting<N>,Tree<N>,Initializable
public class InstrumentedEfficientTree<N extends TreeNode & LocallyExpandable<N>> extends AbstractInstrumentingDelegator<EfficientTreeComponent<N>> implements EfficientTreeComponent<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.specpp.datastructures.tree.base.traits.DelayedRooting
DelayedRooting.Treexecption
-
-
Field Summary
Fields Modifier and Type Field Description static TaskDescriptionTREE_EXPANSION-
Fields inherited from class org.processmining.specpp.supervision.instrumentators.AbstractInstrumentingDelegator
timeStopper
-
Fields inherited from class org.processmining.specpp.componenting.delegators.AbstractDelegator
delegate
-
-
Constructor Summary
Constructors Constructor Description InstrumentedEfficientTree(EfficientTreeComponent<N> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<N>getLeaves()NgetRoot()voidsetRootOnce(N root)NtryExpandingTree()-
Methods inherited from class org.processmining.specpp.componenting.delegators.AbstractFCSUDelegator
collectTransitiveSubcomponents, connectLocalComponentSystem, getComponentCollection, globalComponentSystem, init, localComponentSystem, registerSubComponent, unregisterSubComponent
-
Methods inherited from class org.processmining.specpp.componenting.delegators.AbstractDelegator
equals, getDelegate, hashCode, isSet, setDelegate, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.componenting.delegators.Container
isNonEmpty
-
Methods inherited from interface org.processmining.specpp.componenting.delegators.Delegator
addContent, isEmpty, isFull
-
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
-
-
-
-
Field Detail
-
TREE_EXPANSION
public static final TaskDescription TREE_EXPANSION
-
-
Constructor Detail
-
InstrumentedEfficientTree
public InstrumentedEfficientTree(EfficientTreeComponent<N> delegate)
-
-
Method Detail
-
getRoot
public N getRoot()
-
getLeaves
public java.util.Collection<N> getLeaves()
- Specified by:
getLeavesin interfaceEfficientTree<N extends TreeNode & LocallyExpandable<N>>
-
tryExpandingTree
public N tryExpandingTree()
- Specified by:
tryExpandingTreein interfaceEfficientTree<N extends TreeNode & LocallyExpandable<N>>
-
setRootOnce
public void setRootOnce(N root)
- Specified by:
setRootOncein interfaceDelayedRooting<N extends TreeNode & LocallyExpandable<N>>
-
-