Class InstrumentedChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
- java.lang.Object
-
- org.processmining.specpp.componenting.delegators.AbstractDelegator<T>
-
- org.processmining.specpp.componenting.delegators.AbstractFCSUDelegator<T>
-
- org.processmining.specpp.supervision.instrumentators.AbstractInstrumentingDelegator<ChildGenerationLogicComponent<P,S,N>>
-
- org.processmining.specpp.supervision.instrumentators.InstrumentedChildGenerationLogic<P,S,N>
-
- All Implemented Interfaces:
Container<ChildGenerationLogicComponent<P,S,N>>,Delegator<ChildGenerationLogicComponent<P,S,N>>,FullComponentSystemUser,ChildGenerationLogicComponent<P,S,N>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,UsesLocalComponentSystem,ChildGenerationLogic<P,S,N>,TreeNodeGenerator<N>,Initializable
public class InstrumentedChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>> extends AbstractInstrumentingDelegator<ChildGenerationLogicComponent<P,S,N>> implements ChildGenerationLogicComponent<P,S,N>
-
-
Field Summary
-
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 InstrumentedChildGenerationLogic(ChildGenerationLogicComponent<P,S,N> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NgenerateChild(N parent)NgenerateRoot()booleanhasChildrenLeft(N parent)intpotentialChildrenCount(N parent)java.lang.Iterable<N>potentialFutureChildren(N parent)-
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
-
-
-
-
Constructor Detail
-
InstrumentedChildGenerationLogic
public InstrumentedChildGenerationLogic(ChildGenerationLogicComponent<P,S,N> delegate)
-
-
Method Detail
-
generateChild
public N generateChild(N parent)
- Specified by:
generateChildin interfaceChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-
hasChildrenLeft
public boolean hasChildrenLeft(N parent)
- Specified by:
hasChildrenLeftin interfaceChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-
potentialChildrenCount
public int potentialChildrenCount(N parent)
- Specified by:
potentialChildrenCountin interfaceChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-
potentialFutureChildren
public java.lang.Iterable<N> potentialFutureChildren(N parent)
- Specified by:
potentialFutureChildrenin interfaceChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>
-
generateRoot
public N generateRoot()
- Specified by:
generateRootin interfaceTreeNodeGenerator<P extends NodeProperties>
-
-