Uses of Interface
org.processmining.specpp.componenting.system.FullComponentSystemUser
-
-
Uses of FullComponentSystemUser in org.processmining.specpp.base
Subinterfaces of FullComponentSystemUser in org.processmining.specpp.base Modifier and Type Interface Description interfaceAdvancedComposition<C extends Candidate>The base interface for 'advanced compositions', i.e.interfaceMutableCappedComposition<C extends Candidate>Base Interface for sequential & size-limited compositions. -
Uses of FullComponentSystemUser in org.processmining.specpp.base.impls
Classes in org.processmining.specpp.base.impls that implement FullComponentSystemUser Modifier and Type Class Description classAbstractComposer<C extends Candidate,I extends AdvancedComposition<C>,R extends Result>The abstract base class for composers which internally manages an advanced, i.e.classAbstractComposition<C extends Candidate,K extends java.util.Collection<C>>The abstract base class for compositions.classAbstractConstrainingComposer<C extends Candidate,I extends AdvancedComposition<C>,R extends Result,L extends CandidateConstraint<C>>The abstract base class of aConstrainingComposerfor candidates of typeC.classAbstractEfficientTreeBasedProposer<C extends Candidate,N extends TreeNode & LocallyExpandable<N>>Abstract base class for efficient tree-based proposers.classAbstractPostponingComposer<C extends Candidate,I extends CompositionComponent<C>,R extends Result,L extends CandidateConstraint<C>>classAbstractQueueingComposer<C extends Candidate,I extends CompositionComponent<C>,R extends Result,L extends CandidateConstraint<C>>classAcceptingComposer<C extends Candidate,I extends AdvancedComposition<C>,R extends Result>classArrayListComposition<C extends Candidate>classEfficientTreeWithExternalizedLogicBasedProposer<C extends Candidate & NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<C,S,N>>classFilteringComposer<C extends Candidate,I extends CompositionComponent<C>,R extends Result>classRecursiveComposer<C extends Candidate,I extends CompositionComponent<C>,R extends Result>classSPECpp<C extends Candidate,I extends CompositionComponent<C>,R extends Result,F extends Result> -
Uses of FullComponentSystemUser in org.processmining.specpp.componenting.delegators
Classes in org.processmining.specpp.componenting.delegators with type parameters of type FullComponentSystemUser Modifier and Type Class Description classAbstractFCSUDelegator<T extends FullComponentSystemUser>Classes in org.processmining.specpp.componenting.delegators that implement FullComponentSystemUser Modifier and Type Class Description classAbstractFCSUDelegator<T extends FullComponentSystemUser>Methods in org.processmining.specpp.componenting.delegators that return types with arguments of type FullComponentSystemUser Modifier and Type Method Description java.util.List<FullComponentSystemUser>AbstractFCSUDelegator. collectTransitiveSubcomponents()Methods in org.processmining.specpp.componenting.delegators with parameters of type FullComponentSystemUser Modifier and Type Method Description voidAbstractFCSUDelegator. registerSubComponent(FullComponentSystemUser subComponent)voidAbstractFCSUDelegator. unregisterSubComponent(FullComponentSystemUser subComponent) -
Uses of FullComponentSystemUser in org.processmining.specpp.componenting.system
Methods in org.processmining.specpp.componenting.system that return types with arguments of type FullComponentSystemUser Modifier and Type Method Description java.util.List<FullComponentSystemUser>FullComponentSystemUser. collectTransitiveSubcomponents()Methods in org.processmining.specpp.componenting.system with parameters of type FullComponentSystemUser Modifier and Type Method Description voidFullComponentSystemUser. registerSubComponent(FullComponentSystemUser subComponent)voidFullComponentSystemUser. unregisterSubComponent(FullComponentSystemUser subComponent) -
Uses of FullComponentSystemUser in org.processmining.specpp.componenting.system.link
Subinterfaces of FullComponentSystemUser in org.processmining.specpp.componenting.system.link Modifier and Type Interface Description interfaceChildGenerationLogicComponent<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>interfaceComposerComponent<C extends Candidate,I extends CompositionComponent<C>,R extends Result>A composer that is also a full component system user.interfaceCompositionComponent<C extends Candidate>A composition that is also a full component system user.interfaceEfficientTreeComponent<N extends TreeNode & LocallyExpandable<N>>interfaceExpansionStrategyComponent<N extends TreeNode & LocallyExpandable<N>>interfacePostProcessorComponent<S extends Result,T extends Result>interfaceProposerComponent<C extends Candidate>Classes in org.processmining.specpp.componenting.system.link that implement FullComponentSystemUser Modifier and Type Class Description classAbstractBaseClassAn abstract base class for any object that may want to make use of the component system.Methods in org.processmining.specpp.componenting.system.link that return types with arguments of type FullComponentSystemUser Modifier and Type Method Description java.util.List<FullComponentSystemUser>AbstractBaseClass. collectTransitiveSubcomponents()protected java.util.List<FullComponentSystemUser>AbstractBaseClass. getSubComponents()Methods in org.processmining.specpp.componenting.system.link with parameters of type FullComponentSystemUser Modifier and Type Method Description voidAbstractBaseClass. registerSubComponent(FullComponentSystemUser subComponent)voidAbstractBaseClass. unregisterSubComponent(FullComponentSystemUser subComponent)This may have some unintended consequences. -
Uses of FullComponentSystemUser in org.processmining.specpp.composition
Classes in org.processmining.specpp.composition that implement FullComponentSystemUser Modifier and Type Class Description classBasePlaceCompositionclassConstrainingPlaceCollectionclassLightweightPlaceCompositionclassStatefulPlaceComposition -
Uses of FullComponentSystemUser in org.processmining.specpp.composition.composers
-
Uses of FullComponentSystemUser in org.processmining.specpp.composition.composers.eventing
Classes in org.processmining.specpp.composition.composers.eventing that implement FullComponentSystemUser Modifier and Type Class Description classEventingAbsoluteFitnessFilter<I extends CompositionComponent<Place>,R extends Result>classEventingAggregatedFitnessFilter<I extends CompositionComponent<Place>,R extends Result>classEventingCombinedFitnessFilter<I extends CompositionComponent<Place>,R extends Result>classEventingRelativeFitnessFilter<I extends CompositionComponent<Place>,R extends Result> -
Uses of FullComponentSystemUser in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base that implement FullComponentSystemUser Modifier and Type Class Description classPlaceGenerationLogic -
Uses of FullComponentSystemUser in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement FullComponentSystemUser Modifier and Type Class Description classEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>classEventingEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>classTestEventingEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>classVariableExpansion<N extends TreeNode & LocallyExpandable<N>>static classVariableExpansion.BFS<N extends TreeNode & LocallyExpandable<N>>static classVariableExpansion.DFS<N extends TreeNode & LocallyExpandable<N>> -
Uses of FullComponentSystemUser in org.processmining.specpp.datastructures.tree.heuristic
Classes in org.processmining.specpp.datastructures.tree.heuristic that implement FullComponentSystemUser Modifier and Type Class Description classDiscriminatingHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends DoubleScore>classEventingDiscriminatingHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends DoubleScore>classEventingHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>>classHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>> -
Uses of FullComponentSystemUser in org.processmining.specpp.datastructures.tree.nodegen
Classes in org.processmining.specpp.datastructures.tree.nodegen that implement FullComponentSystemUser Modifier and Type Class Description classMonotonousPlaceGenerationLogicContains the entire logic for generating child (and in the future parent) local nodes. -
Uses of FullComponentSystemUser in org.processmining.specpp.orchestra
Classes in org.processmining.specpp.orchestra that implement FullComponentSystemUser Modifier and Type Class Description classExternalInitializer -
Uses of FullComponentSystemUser in org.processmining.specpp.postprocessing
Classes in org.processmining.specpp.postprocessing that implement FullComponentSystemUser Modifier and Type Class Description classWrappedPostProcessor<R extends Result,F extends Result> -
Uses of FullComponentSystemUser in org.processmining.specpp.prom.alg
Classes in org.processmining.specpp.prom.alg that implement FullComponentSystemUser Modifier and Type Class Description classLiveEventsclassLivePerformance -
Uses of FullComponentSystemUser in org.processmining.specpp.proposal
Classes in org.processmining.specpp.proposal that implement FullComponentSystemUser Modifier and Type Class Description classConstrainablePlaceProposerThis is the base implementation of aconstrainable place proposer.classPlaceProposerThe base implementation of aProposerfor candidates of typePlace.classRestartablePlaceProposer -
Uses of FullComponentSystemUser in org.processmining.specpp.supervision
Subinterfaces of FullComponentSystemUser in org.processmining.specpp.supervision Modifier and Type Interface Description interfaceSupervisorClasses in org.processmining.specpp.supervision that implement FullComponentSystemUser Modifier and Type Class Description classAbstractSupervisor -
Uses of FullComponentSystemUser in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators with type parameters of type FullComponentSystemUser Modifier and Type Class Description classAbstractInstrumentingDelegator<T extends FullComponentSystemUser>Classes in org.processmining.specpp.supervision.instrumentators that implement FullComponentSystemUser Modifier and Type Class Description classAbstractInstrumentingDelegator<T extends FullComponentSystemUser>classInstrumentedAdvancedComposition<C extends Candidate>classInstrumentedChildGenerationLogic<P extends NodeProperties,S extends NodeState,N extends LocalNode<P,S,N>>classInstrumentedComposer<C extends Candidate,I extends CompositionComponent<C>,R extends Result>classInstrumentedComposition<C extends Candidate>classInstrumentedEfficientTree<N extends TreeNode & LocallyExpandable<N>>classInstrumentedExpansionStrategy<N extends TreeNode & LocallyExpandable<N>>classInstrumentedPostProcessor<R extends Result,F extends Result>classInstrumentedProposer<C extends Candidate>classInstrumentedSPECpp<C extends Candidate,I extends CompositionComponent<C>,R extends Result,F extends Result> -
Uses of FullComponentSystemUser in org.processmining.specpp.supervision.supervisors
Classes in org.processmining.specpp.supervision.supervisors that implement FullComponentSystemUser Modifier and Type Class Description classAltEventCountsSupervisorclassBaseSupervisorclassDebuggingSupervisorclassDetailedComposerSupervisorclassDetailedHeuristicsSupervisorclassDetailedTreeSupervisorclassEvaluationSupervisorclassEventCountsSupervisorclassFileWritingMonitoringSupervisorclassMonitoringSupervisorclassPerformanceSupervisorclassProposalTreeSupervisorclassSchedulingSupervisorclassSubSupervisorclassTerminalSupervisor
-