Uses of Interface
de.rwth.swc.coffee4j.engine.process.phase.execution.ExecutionPhaseFactory
-
Packages that use ExecutionPhaseFactory Package Description de.rwth.swc.coffee4j.engine.process.interleaving de.rwth.swc.coffee4j.engine.process.manager.sequential -
-
Uses of ExecutionPhaseFactory in de.rwth.swc.coffee4j.engine.process.interleaving
Methods in de.rwth.swc.coffee4j.engine.process.interleaving that return ExecutionPhaseFactory Modifier and Type Method Description ExecutionPhaseFactoryDynamicInterleavingPhaseManagerConfiguration. getExecutionPhaseFactory()ExecutionPhaseFactoryInterleavingPhaseManagerConfiguration. getExecutionPhaseFactory()Methods in de.rwth.swc.coffee4j.engine.process.interleaving with parameters of type ExecutionPhaseFactory Modifier and Type Method Description DynamicInterleavingPhaseManagerConfiguration.BuilderDynamicInterleavingPhaseManagerConfiguration.Builder. executionPhaseFactory(ExecutionPhaseFactory executionPhaseFactory)InterleavingPhaseManagerConfiguration.BuilderInterleavingPhaseManagerConfiguration.Builder. executionPhaseFactory(ExecutionPhaseFactory executionPhaseFactory) -
Uses of ExecutionPhaseFactory in de.rwth.swc.coffee4j.engine.process.manager.sequential
Methods in de.rwth.swc.coffee4j.engine.process.manager.sequential that return ExecutionPhaseFactory Modifier and Type Method Description ExecutionPhaseFactorySequentialPhaseManagerConfiguration. getExecutionPhaseFactory()Methods in de.rwth.swc.coffee4j.engine.process.manager.sequential with parameters of type ExecutionPhaseFactory Modifier and Type Method Description SequentialPhaseManagerConfiguration.BuilderSequentialPhaseManagerConfiguration.Builder. executionPhaseFactory(ExecutionPhaseFactory abstractExecutionPhaseFactory)Sets theExecutionPhaseFactory
-