public class Compiler extends Object
| Constructor and Description |
|---|
Compiler(Scenario scenario)
Creates a new compiler for the specified scenario.
|
| Modifier and Type | Method and Description |
|---|---|
void |
compile()
Compiles the specified scenario to produce a final process flow graph.
|
Step |
getStep(String name)
Returns the step with the specified name.
|
File |
logDir()
Returns the log directory where scenario logs should be kept.
|
ProcessFlow |
processFlow()
Returns the process flow generated from this scenario definition.
|
Scenario |
scenario()
Returns the scenario being compiled.
|
public Compiler(Scenario scenario)
scenario - scenario to be compiledpublic Scenario scenario()
public void compile()
public Step getStep(String name)
name - step or group namepublic ProcessFlow processFlow()
public File logDir()
Copyright © 2015. All rights reserved.