Class Configurators
- java.lang.Object
-
- org.processmining.specpp.config.components.Configurators
-
public class Configurators extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Configurators()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EvaluatorConfiguration.Configuratorevaluators()static <P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>
EfficientTreeConfiguration.Configurator<P,S,N>generatingTree()static <P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>
HeuristicTreeConfiguration.Configurator<P,S,N,H>heuristicTree()static <R extends Result>
PostProcessingConfiguration.Configurator<R,R>postProcessing()static <C extends Candidate,I extends CompositionComponent<C>,R extends Result>
ProposerComposerConfiguration.Configurator<C,I,R>proposerComposer()static SupervisionConfiguration.Configuratorsupervisors()static <N extends TreeNode & LocallyExpandable<N>>
TreeConfiguration.Configurator<N>tree()
-
-
-
Method Detail
-
proposerComposer
public static <C extends Candidate,I extends CompositionComponent<C>,R extends Result> ProposerComposerConfiguration.Configurator<C,I,R> proposerComposer()
-
postProcessing
public static <R extends Result> PostProcessingConfiguration.Configurator<R,R> postProcessing()
-
tree
public static <N extends TreeNode & LocallyExpandable<N>> TreeConfiguration.Configurator<N> tree()
-
generatingTree
public static <P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>> EfficientTreeConfiguration.Configurator<P,S,N> generatingTree()
-
heuristicTree
public static <P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>> HeuristicTreeConfiguration.Configurator<P,S,N,H> heuristicTree()
-
evaluators
public static EvaluatorConfiguration.Configurator evaluators()
-
supervisors
public static SupervisionConfiguration.Configurator supervisors()
-
-