Package | Description |
---|---|
ch.tatool.data | |
ch.tatool.display | |
ch.tatool.exec | |
ch.tatool.export | |
ch.tatool.module |
Modifier and Type | Method and Description |
---|---|
Module |
ModuleSession.getModule()
Gets the Module this ModuleSession belongs to.
|
Modifier and Type | Method and Description |
---|---|
ModuleSession |
DataService.createSession(Module module)
Create a new session.
|
List<Object[]> |
DataService.findDistinctSessionPropertyNames(Module module)
Get all distinct session property names for a module.
|
List<Object[]> |
DataService.findDistinctTrialPropertyNames(Module module)
Get all distinct trial property names for a module.
|
ModuleSession |
DataService.getLastSession(Module module,
boolean includeUnfinished)
Get the last session of a module.
|
long |
DataService.getSessionCount(Module module,
boolean includeUnfinished)
Get the number of sessions in a module
|
List<ModuleSession> |
DataService.getSessions(Module module)
Get all sessions for a given module
|
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.
|
void |
DataService.saveModule(Module module)
Save the module instance.
|
void |
ModuleSession.setModule(Module module)
Sets the Module of this ModuleSession.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionDisplayProvider.setup(Executor executor,
Module module)
Initialize the module execution view
This method should create any necessary resources required for the view
|
Modifier and Type | Method and Description |
---|---|
Module |
ExecutionData.getModule()
Get the module object.
|
Modifier and Type | Method and Description |
---|---|
String |
DataExporter.exportData(Component parentFrame,
Module module,
int fromSessionIndex,
DataExporterError exporterError)
Exports data out of the application.
|
Modifier and Type | Method and Description |
---|---|
Module |
ModuleService.createModule(UserAccount account,
Map<String,String> properties,
Map<String,byte[]> binaryTrainingProperties,
Map<String,DataExporter> moduleExporters)
Create a new module given a description file.
|
Module |
ModuleService.loadModule(Module.Info info)
Load a complete module object.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleCreator.Callback.closeDialog(Module newlyCreatedModule) |
void |
ModuleService.closeModule(Module module)
Close a module
|
String |
ModuleScheduler.getSchedulerLastSessionDate(Module module)
Get the date off the last session
|
String |
ModuleScheduler.getSchedulerNumSessions(Module module)
Get the numer of sessions done so far
|
void |
ExecutorInitializer.initialize(Executor executor,
Module module)
Setup an executor given the module.
|
ModuleSchedulerMessage |
ModuleScheduler.isSessionStartAllowed(Module module)
Returns whether a new session can be started.
|
void |
ModuleService.saveModule(Module module)
Save the current module instance.
|
void |
ModuleScheduler.setModule(Module module)
Set the module this scheduler should manage.
|
void |
ModuleInfoProvider.setModule(Module module) |
void |
ModuleInfoProvider.updateModuleInfo(Module module,
Date lastExportDate)
Called to force an update of the module info panel
|
Copyright © 2013. All Rights Reserved.