Package | Description |
---|---|
ch.tatool.data | |
ch.tatool.exec |
Modifier and Type | Method and Description |
---|---|
ModuleSession |
DataService.createSession(Module module)
Create a new session.
|
ModuleSession |
DataService.getLastSession(Module module,
boolean includeUnfinished)
Get the last session of a module.
|
ModuleSession |
Trial.getSession()
Gets the TrainingSession this Trial belongs to.
|
Modifier and Type | Method and Description |
---|---|
List<ModuleSession> |
DataService.getSessions(Module module)
Get all sessions for a given module
|
Modifier and Type | Method and Description |
---|---|
void |
DataService.finishSession(ModuleSession session)
Finish a module session
This will set the end time of the session
|
List<Trial> |
DataService.getTrials(Module module,
ModuleSession session,
Node node,
int maxResults)
Get a list of trials for a given element, ordered by the most recent trial first.
|
List<Trial> |
DataService.getTrials(Module module,
ModuleSession session,
String elementNameLike,
String propertyNameLike,
int offSet,
int maxResults)
Get a list of x trials with a given property of a given element, ordered by the most recent trial first.
|
List<Trial> |
DataService.getTrials(ModuleSession session)
Get all trials for a session.
|
void |
DataService.insertTrial(ModuleSession session,
Trial trial)
Inserts a new trial object into the session.
|
void |
DataService.saveSession(ModuleSession session)
Save a session without finishing it.
|
void |
Trial.setSession(ModuleSession session)
Sets the TrainingSession of this Trial.
|
Modifier and Type | Method and Description |
---|---|
ModuleSession |
ExecutionData.getModuleSession()
Get the module session object.
|
Copyright © 2013. All Rights Reserved.