Lines Matching refs:process
6 import org.mindswap.owls.process.AtomicProcess;
7 import org.mindswap.owls.process.Process;
14 private Process process;
24 public ExecutionException(String message, Process process) {
26 setProcess(process);
34 * Returns the atomic process whose execution failed
35 * @return the atomic process whose execution failed or null if other failure ocurred
42 * Sets the atomic process whose execution failed
43 * @param atomicProcess the atomic process whose execution failed
50 * Returns the overall process whose execution failed
51 * @return the overall process whose execution failed
54 return process;
58 * Sets the overall process whose execution failed
59 * @param process the overall process whose execution failed
61 public void setProcess(Process process) {
62 this.process = process;