Uses of Class
de.rwth.swc.coffee4j.engine.process.phase.execution.ExecutionPhase
-
-
Uses of ExecutionPhase in de.rwth.swc.coffee4j.engine.process.interleaving
Fields in de.rwth.swc.coffee4j.engine.process.interleaving declared as ExecutionPhase Modifier and Type Field Description protected ExecutionPhaseAbstractInterleavingPhaseManager. executionPhase -
Uses of ExecutionPhase in de.rwth.swc.coffee4j.engine.process.manager.sequential
Fields in de.rwth.swc.coffee4j.engine.process.manager.sequential declared as ExecutionPhase Modifier and Type Field Description protected ExecutionPhaseAbstractSequentialPhaseManager. executionPhase -
Uses of ExecutionPhase in de.rwth.swc.coffee4j.engine.process.phase.execution
Methods in de.rwth.swc.coffee4j.engine.process.phase.execution that return ExecutionPhase Modifier and Type Method Description ExecutionPhaseExecutionPhaseFactory. create(ExecutionContext executionContext)Creates a newExecutionPhaseconfigured with anExecutionContext
-