Uses of Interface
de.rwth.swc.coffee4j.engine.process.extension.ExtensionExecutor
-
-
Uses of ExtensionExecutor in de.rwth.swc.coffee4j.engine.process.extension
Classes in de.rwth.swc.coffee4j.engine.process.extension that implement ExtensionExecutor Modifier and Type Class Description classDefaultExtensionExecutorThe defaultExtensionExecutor, that manages the execution of all known Extensions.Methods in de.rwth.swc.coffee4j.engine.process.extension that return ExtensionExecutor Modifier and Type Method Description ExtensionExecutorExtensionExecutorFactory. create(List<Extension> extensions)Creates anExtensionExecutorconfigured with the defined extensions -
Uses of ExtensionExecutor in de.rwth.swc.coffee4j.engine.process.interleaving
Fields in de.rwth.swc.coffee4j.engine.process.interleaving declared as ExtensionExecutor Modifier and Type Field Description protected ExtensionExecutorAbstractInterleavingPhaseManager. extensionExecutor -
Uses of ExtensionExecutor in de.rwth.swc.coffee4j.engine.process.manager.sequential
Fields in de.rwth.swc.coffee4j.engine.process.manager.sequential declared as ExtensionExecutor Modifier and Type Field Description protected ExtensionExecutorAbstractSequentialPhaseManager. extensionExecutor -
Uses of ExtensionExecutor in de.rwth.swc.coffee4j.engine.process.phase.execution
Methods in de.rwth.swc.coffee4j.engine.process.phase.execution that return ExtensionExecutor Modifier and Type Method Description ExtensionExecutorExecutionContext. getExtensionExecutor()Methods in de.rwth.swc.coffee4j.engine.process.phase.execution with parameters of type ExtensionExecutor Modifier and Type Method Description ExecutionContextExecutionContextFactory. create(ExtensionExecutor extensionExecutor)Creates a newExecutionContextconfigured with the suppliedExtensionExecutorstatic ExecutionContextExecutionContext. createExecutionContext(ExtensionExecutor extensionExecutor, TestMethodConfiguration testMethodConfiguration, List<? extends ExecutionReporter> executionReporters)Creates a newExecutionContextusing the supplied information -
Uses of ExtensionExecutor in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation
Fields in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation declared as ExtensionExecutor Modifier and Type Field Description protected ExtensionExecutorAbstractGenerationPhase. extensionExecutorMethods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation that return ExtensionExecutor Modifier and Type Method Description ExtensionExecutorInterleavingGenerationContext. getExtensionExecutor()Methods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation with parameters of type ExtensionExecutor Modifier and Type Method Description InterleavingGenerationContextInterleavingGenerationContextFactory. create(ExtensionExecutor extensionExecutor, InputParameterModel model)Constructors in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation with parameters of type ExtensionExecutor Constructor Description InterleavingGenerationContext(InterleavingExecutionConfiguration configuration, InputParameterModel model, ExtensionExecutor extensionExecutor)Creates newInterleavingGenerationContext. -
Uses of ExtensionExecutor in de.rwth.swc.coffee4j.engine.process.phase.model
Methods in de.rwth.swc.coffee4j.engine.process.phase.model that return ExtensionExecutor Modifier and Type Method Description ExtensionExecutorModelModificationContext. getExtensionExecutor()Constructors in de.rwth.swc.coffee4j.engine.process.phase.model with parameters of type ExtensionExecutor Constructor Description ModelModificationContext(ExtensionExecutor extensionExecutor, ExecutionReporter reporter) -
Uses of ExtensionExecutor in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation
Methods in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation that return ExtensionExecutor Modifier and Type Method Description ExtensionExecutorSequentialGenerationContext. getExtensionExecutor()Constructors in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation with parameters of type ExtensionExecutor Constructor Description SequentialGenerationContext(SequentialExecutionConfiguration configuration, InputParameterModel model, ExtensionExecutor extensionExecutor)Creates a newSequentialGenerationContextconfigured with aSequentialExecutionConfiguration, anInputParameterModel, and anExtensionExecutor.
-