public interface ExecutionData
| Modifier and Type | Method and Description |
|---|---|
Trial |
addTrial()
Add a new trial to the list of trials for the current execution.
|
Trial |
getCreateFirstTrial()
Get the first trial in the list, create a trial if none exist.
|
Trial |
getCreateLastTrial()
Get the last trial in the list, create a trial if none exist.
|
Module |
getModule()
Get the module object.
|
ModuleSession |
getModuleSession()
Get the module session object.
|
List<Trial> |
getTrials()
Get the trial objects for the actual execution.
|
void |
markSessionEnd()
Request the current session to be closed after the execution of the current element.
|
Module getModule()
ModuleSession getModuleSession()
List<Trial> getTrials()
Trial getCreateFirstTrial()
Trial getCreateLastTrial()
Trial addTrial()
void markSessionEnd()
Copyright © 2012. All Rights Reserved.