- cancelAccount() - Method in class ch.tatool.app.gui.CreateAccountFrame
-
- canExecute(Module) - Method in interface ch.tatool.app.service.exec.ExecutionService
-
Returns whether a module can currently be executed.
- canExecute(Module) - Method in class ch.tatool.app.service.exec.impl.ExecutionServiceImpl
-
Returns whether a module can be executed.
- ch.tatool.app - package ch.tatool.app
-
- ch.tatool.app.data - package ch.tatool.app.data
-
- ch.tatool.app.export - package ch.tatool.app.export
-
- ch.tatool.app.gui - package ch.tatool.app.gui
-
- ch.tatool.app.service - package ch.tatool.app.service
-
- ch.tatool.app.service.exec - package ch.tatool.app.service.exec
-
- ch.tatool.app.service.exec.impl - package ch.tatool.app.service.exec.impl
-
- ch.tatool.app.service.impl - package ch.tatool.app.service.impl
-
- ch.tatool.app.setup - package ch.tatool.app.setup
-
- ch.tatool.app.util - package ch.tatool.app.util
-
- changePassword(UserAccount, String) - Method in class ch.tatool.app.service.impl.UserAccountServiceImpl
-
Change the password for an account.
- changePassword(UserAccount, String) - Method in interface ch.tatool.app.service.UserAccountService
-
Set the password for an account.
- clear() - Method in class ch.tatool.app.service.exec.impl.ElementTreeImpl
-
- clear() - Method in class ch.tatool.app.service.exec.impl.ExecutionDataImpl
-
Clears the execution data object.
- clearProperties() - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
Clear all properties
- closeAccount(UserAccount) - Method in class ch.tatool.app.service.impl.UserAccountServiceImpl
-
Closes an opened account.
- closeAccount(UserAccount) - Method in interface ch.tatool.app.service.UserAccountService
-
Closes an opened account.
- closeModule(Module) - Method in class ch.tatool.app.service.impl.ModuleServiceImpl
-
Close a module object.
- closeSession() - Method in class ch.tatool.app.service.exec.impl.ExecutionDataImpl
-
Closes and clears a session.
- compareTo(DataEntryImpl) - Method in class ch.tatool.app.data.DataEntryImpl
-
Compare this property to another property.
- compareTo(ModuleInfoImpl) - Method in class ch.tatool.app.service.impl.ModuleInfoImpl
-
- Constants - Interface in ch.tatool.app
-
Holds some constants used in different properties
- containsPendingExportData(Module, String) - Method in interface ch.tatool.app.export.DataExportService
-
Returns whether some or all of the data in the module is still due to be exported
- containsPendingExportData(Module, String) - Method in class ch.tatool.app.export.DataExportServiceImpl
-
- containsValue(String, String) - Method in class ch.tatool.app.data.DataContainerImpl
-
- ContextUtils - Class in ch.tatool.app.util
-
Bean utilities - hides some Spring internal code.
- ContextUtils() - Constructor for class ch.tatool.app.util.ContextUtils
-
- createAccount() - Method in class ch.tatool.app.gui.CreateAccountFrame
-
- createAccount() - Method in class ch.tatool.app.gui.LoginFrame
-
- createAccount(String, Map<String, String>, String) - Method in class ch.tatool.app.service.impl.UserAccountServiceImpl
-
Create a new account folder.
- createAccount(String, Map<String, String>, String) - Method in interface ch.tatool.app.service.UserAccountService
-
Create a new user account using the provided information
- createAccount() - Method in class ch.tatool.app.TestApp
-
Creates and initializes a user account.
- CreateAccountFrame - Class in ch.tatool.app.gui
-
UI for creating a new user account
- CreateAccountFrame() - Constructor for class ch.tatool.app.gui.CreateAccountFrame
-
- createAccountProperties() - Method in class ch.tatool.app.TestApp
-
Get the Account properties to use for account creation.
- createBeanFactory(String, Properties) - Static method in class ch.tatool.app.util.ContextUtils
-
Create a new BeanFactory using the main ApplicationContext as parent.
- createBinaryModuleProperties() - Method in class ch.tatool.app.TestApp
-
Create binary module properties.
- createExecutor(Module) - Method in interface ch.tatool.app.service.exec.ExecutionService
-
Initializes the executor.
- createExecutor(Module) - Method in class ch.tatool.app.service.exec.impl.ExecutionServiceImpl
-
- createInstance(String, Class<?>, boolean) - Static method in class ch.tatool.app.util.AppUtils
-
Instantiates a bean given the bean class.
- createModule(UserAccount, Map<String, String>, Map<String, byte[]>, Map<String, DataExporter>) - Method in class ch.tatool.app.service.impl.ModuleServiceImpl
-
Creates a new module data object.
- createModule(UserAccount) - Method in class ch.tatool.app.TestApp
-
Creates an empty persisted module instance.
- createModuleExporters() - Method in class ch.tatool.app.TestApp
-
Create module exporters.
- createModuleProperties() - Method in class ch.tatool.app.TestApp
-
Create module properties used for module creation.
- createSession(Module) - Method in class ch.tatool.app.service.impl.DataServiceImpl
-
Creates a new module session.
- CSVAccountDataExport - Class in ch.tatool.app.export
-
Exports account data into a CSV file.
- CSVAccountDataExport(DataService) - Constructor for class ch.tatool.app.export.CSVAccountDataExport
-
- CSVModuleDataExport - Class in ch.tatool.app.export
-
Exports training data into a CSV file.
- CSVModuleDataExport(DataService) - Constructor for class ch.tatool.app.export.CSVModuleDataExport
-
- CSVSessionDataExport - Class in ch.tatool.app.export
-
Exports session data into a CSV file.
- CSVSessionDataExport(DataService) - Constructor for class ch.tatool.app.export.CSVSessionDataExport
-
- CSVTrialDataExport - Class in ch.tatool.app.export
-
Exports module data into a CSV file.
- CSVTrialDataExport(DataService) - Constructor for class ch.tatool.app.export.CSVTrialDataExport
-
- getAccount() - Method in class ch.tatool.app.data.ModuleImpl
-
- getAccount() - Method in class ch.tatool.app.gui.ModuleManagerFrame
-
- getAccount() - Method in class ch.tatool.app.service.impl.ModuleInfoImpl
-
- getAccountId() - Method in class ch.tatool.app.data.ModuleImpl
-
- getAccounts() - Method in class ch.tatool.app.service.impl.UserAccountServiceImpl
-
Get all available module instances.
- getAccounts() - Method in interface ch.tatool.app.service.UserAccountService
-
Get a list of users accounts available.
- getActiveElement() - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
Get the active Element.
- getActiveElement() - Method in class ch.tatool.app.service.exec.impl.ExecutorImpl
-
- getActiveExecutable() - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
Get the currently scheduled or executed ExecutableElement.
- getActiveExecutable() - Method in class ch.tatool.app.service.exec.impl.ExecutorImpl
-
- getAutoExport() - Method in class ch.tatool.app.export.DataExporterImpl
-
- getBeanFactory() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getBinaryModuleProperties() - Method in class ch.tatool.app.data.ModuleImpl
-
- getBinaryModuleProperty(String) - Method in class ch.tatool.app.data.ModuleImpl
-
Get a large value from the module.
- getCompleted() - Method in class ch.tatool.app.data.ModuleSessionImpl
-
- getCorrectResponse() - Method in class ch.tatool.app.data.TrialImpl
-
- getCreateFirstTrial() - Method in class ch.tatool.app.service.exec.impl.ExecutionDataImpl
-
- getCreateLastTrial() - Method in class ch.tatool.app.service.exec.impl.ExecutionDataImpl
-
- getCreatorById(String) - Method in class ch.tatool.app.setup.DefaultModuleCreatorRegistry
-
Get a creator given its id.
- getCreators() - Method in class ch.tatool.app.setup.DefaultModuleCreatorRegistry
-
Get the list of creators.
- getCtx() - Method in class ch.tatool.app.TestApp
-
- getDataDirName() - Method in class ch.tatool.app.service.impl.UserAccountServiceImpl
-
- getDataExportService() - Method in class ch.tatool.app.gui.ModuleOverviewFrame
-
- getDataExportService() - Method in class ch.tatool.app.TestApp
-
- getDataService() - Method in class ch.tatool.app.export.DataExporterImpl
-
- getDataService() - Method in class ch.tatool.app.export.DataExportServiceImpl
-
- getDataService() - Method in class ch.tatool.app.gui.ModuleOverviewFrame
-
- getDataService() - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
- getDataService() - Method in class ch.tatool.app.service.impl.ModuleServiceImpl
-
- getDataService() - Method in class ch.tatool.app.TestApp
-
- getElementStack() - Method in class ch.tatool.app.service.exec.impl.ElementTreeImpl
-
- getElementStack() - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
Get the element stack, the stack of elements being executed.
- getEndTime() - Method in class ch.tatool.app.data.ModuleSessionImpl
-
- getEndTime() - Method in class ch.tatool.app.data.TrialImpl
-
- getEntries() - Method in class ch.tatool.app.data.DataContainerImpl
-
- getEntriesImpl() - Method in class ch.tatool.app.data.DataContainerImpl
-
- getErrorMessage() - Method in class ch.tatool.app.export.DataExporterErrorImpl
-
- getErrorReason() - Method in class ch.tatool.app.export.DataExporterErrorImpl
-
- getErrorType() - Method in class ch.tatool.app.export.DataExporterErrorImpl
-
- getExecutionContext() - Method in class ch.tatool.app.service.exec.impl.ExecutorImpl
-
- getExecutionData() - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
- getExecutionDisplay() - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
- getExecutionService() - Method in class ch.tatool.app.gui.ModuleOverviewFrame
-
- getExecutionService() - Method in class ch.tatool.app.GuiController
-
- getExecutionService() - Method in class ch.tatool.app.TestApp
-
- getExecutionStrategy() - Method in class ch.tatool.app.service.exec.impl.ExecutorImpl
-
Get the selector strategy.
- getExecutionTree() - Method in class ch.tatool.app.service.exec.impl.ExecutorImpl
-
Get the execution tree this executor works on.
- getExecutor() - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
- getExecutorInitializer() - Method in class ch.tatool.app.data.ModuleImpl
-
- getExporterName() - Method in class ch.tatool.app.export.DataExporterImpl
-
- getExporterName() - Method in class ch.tatool.app.export.FileDataExporter
-
Get the action name
- getExporterName() - Method in class ch.tatool.app.export.ServerDataExporter
-
- getExtension(File) - Static method in class ch.tatool.app.export.FileDataExporter
-
- getFolder() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getFolder() - Method in class ch.tatool.app.data.UserAccountImpl.InfoImpl
-
- getGivenResponse() - Method in class ch.tatool.app.data.TrialImpl
-
- getGuiController() - Method in class ch.tatool.app.App
-
- getGuiController() - Method in class ch.tatool.app.gui.LoginFrame
-
- getGuiController() - Method in class ch.tatool.app.gui.ModuleManagerFrame
-
- getGuiController() - Method in class ch.tatool.app.gui.ModuleOverviewFrame
-
- getGuiController() - Method in class ch.tatool.app.TestApp
-
- getId() - Method in class ch.tatool.app.data.DataEntryImpl
-
Get the id of this object.
- getId() - Method in class ch.tatool.app.data.ModuleImpl
-
- getId() - Method in class ch.tatool.app.data.ModuleSessionImpl
-
- getId() - Method in class ch.tatool.app.data.TrialImpl
-
- getId() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getId() - Method in class ch.tatool.app.data.UserAccountImpl.InfoImpl
-
- getId() - Method in class ch.tatool.app.export.DataExporterImpl
-
- getId() - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
- getId() - Method in class ch.tatool.app.service.impl.ModuleInfoImpl
-
- getIncrementalExport() - Method in class ch.tatool.app.export.DataExporterImpl
-
- getIndex() - Method in class ch.tatool.app.data.ModuleSessionImpl
-
- getIndex() - Method in class ch.tatool.app.data.TrialImpl
-
- getKeys() - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
Get all properties contained in this holder
- getLanguage() - Method in class ch.tatool.app.gui.MessagesImpl
-
- getLastExportDate(Module, String) - Method in interface ch.tatool.app.export.DataExportService
-
Returns the date when the last data was exported.
- getLastExportDate(Module, String) - Method in class ch.tatool.app.export.DataExportServiceImpl
-
- getLastSession(Module, boolean) - Method in class ch.tatool.app.service.impl.DataServiceImpl
-
Get the last session of a module.
- getLastTrialIndex(ModuleSession) - Method in class ch.tatool.app.service.impl.TrialDAO
-
Get the last trial index for a given session.
- getLevel() - Method in class ch.tatool.app.data.TrialImpl
-
- getLocale() - Method in class ch.tatool.app.gui.MessagesImpl
-
- getLoginFrame() - Method in class ch.tatool.app.GuiController
-
- getMaxPoints() - Method in class ch.tatool.app.data.TrialImpl
-
- getMessages() - Method in class ch.tatool.app.data.ModuleImpl
-
- getMessages() - Method in class ch.tatool.app.export.DataExportServiceImpl
-
- getMessages() - Method in class ch.tatool.app.gui.CreateAccountFrame
-
- getMessages() - Method in class ch.tatool.app.gui.LoginFrame
-
- getMessages() - Method in class ch.tatool.app.gui.ModuleManagerFrame
-
- getMessages() - Method in class ch.tatool.app.gui.ModuleOverviewFrame
-
- getMessages() - Method in class ch.tatool.app.service.impl.DataServiceImpl
-
- getMessages() - Method in class ch.tatool.app.service.impl.ModuleServiceImpl
-
- getMessages() - Method in class ch.tatool.app.service.impl.UserAccountServiceImpl
-
- getMinPoints() - Method in class ch.tatool.app.data.TrialImpl
-
- getModule() - Method in class ch.tatool.app.data.ModuleSessionImpl
-
- getModule() - Method in class ch.tatool.app.GuiController
-
- getModule() - Method in class ch.tatool.app.service.exec.impl.ExecutionDataImpl
-
- getModuleCreatorRegistry() - Method in class ch.tatool.app.gui.ModuleManagerFrame
-
- getModuleDAO() - Method in class ch.tatool.app.data.ModuleImpl
-
- getModuleDAO() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getModuleExporter(String) - Method in class ch.tatool.app.data.ModuleImpl
-
- getModuleExporters() - Method in class ch.tatool.app.data.ModuleImpl
-
- getModuleInfoPanel() - Method in class ch.tatool.app.gui.ModuleInfoPanel
-
- getModuleManagerFrame() - Method in class ch.tatool.app.GuiController
-
- getModuleOverviewFrame() - Method in class ch.tatool.app.GuiController
-
- getModuleProperties() - Method in class ch.tatool.app.data.ModuleImpl
-
- getModules(UserAccountImpl) - Method in class ch.tatool.app.service.impl.ModuleDAO
-
Get info objects of all available module instances for an account.
- getModules(UserAccount) - Method in class ch.tatool.app.service.impl.ModuleServiceImpl
-
Get a list of all available modules.
- getModuleScheduler() - Method in class ch.tatool.app.data.ModuleImpl
-
- getModuleService() - Method in class ch.tatool.app.App
-
- getModuleService() - Method in class ch.tatool.app.gui.ModuleManagerFrame
-
- getModuleService() - Method in class ch.tatool.app.gui.ModuleOverviewFrame
-
- getModuleService() - Method in class ch.tatool.app.GuiController
-
- getModuleService() - Method in class ch.tatool.app.TestApp
-
- getModuleSession() - Method in class ch.tatool.app.service.exec.impl.ExecutionDataImpl
-
- getModuleSessionDAO() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getName() - Method in class ch.tatool.app.data.DataEntryImpl
-
Get the property name.
- getName() - Method in class ch.tatool.app.data.ModuleImpl
-
- getName() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getName() - Method in class ch.tatool.app.data.UserAccountImpl.InfoImpl
-
- getName() - Method in class ch.tatool.app.service.impl.ModuleInfoImpl
-
- getNodeId() - Method in class ch.tatool.app.data.DataEntryImpl
-
Get the item id.
- getOutcome() - Method in class ch.tatool.app.data.TrialImpl
-
- getParentId() - Method in class ch.tatool.app.data.TrialImpl
-
- getPassword() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getPath() - Method in class ch.tatool.app.export.FileDataExporter
-
- getPhase() - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
- getPhaseListenerManager() - Method in interface ch.tatool.app.service.exec.ExecutionService
-
Get the PhaseListener manager object that can be used to add new listeners to the service.
- getPhaseListenerManager() - Method in class ch.tatool.app.service.exec.impl.ExecutionServiceImpl
-
- getPhaseListenerManager() - Method in class ch.tatool.app.service.exec.impl.ExecutorImpl
-
- getPhaseListenerPhases(ExecutionPhaseListener) - Method in class ch.tatool.app.service.exec.impl.PhaseListenerManagerImpl
-
Get all phases for which a listener is registered.
- getPhaseRunnableManager() - Method in class ch.tatool.app.service.exec.impl.ExecutorImpl
-
Get the manager that holds the PhaseExecutables.
- getPoints() - Method in class ch.tatool.app.data.TrialImpl
-
- getProperties() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getProperty(String) - Method in class ch.tatool.app.service.exec.impl.ExecutionContextImpl
-
- getQuestion() - Method in class ch.tatool.app.data.TrialImpl
-
- getResourceBundle() - Method in class ch.tatool.app.gui.MessagesImpl
-
- getRootElement() - Method in class ch.tatool.app.service.exec.impl.ElementTreeImpl
-
- getSelection(ButtonGroup) - Static method in class ch.tatool.app.gui.CreateAccountFrame
-
- getSession() - Method in class ch.tatool.app.data.TrialImpl
-
- getSessionCompleted() - Method in class ch.tatool.app.service.exec.impl.ExecutionDataImpl
-
- getSessionCount(Module, boolean) - Method in class ch.tatool.app.service.impl.DataServiceImpl
-
Gets the number of sessions in a module.
- getSessionCount(ModuleImpl, boolean) - Method in class ch.tatool.app.service.impl.ModuleSessionDAO
-
Finds the number of session for the given module.
- getSessionDAO() - Method in class ch.tatool.app.data.ModuleImpl
-
- getSessions() - Method in class ch.tatool.app.data.ModuleImpl
-
- getSessions(Module) - Method in class ch.tatool.app.service.impl.DataServiceImpl
-
Load all session in a given module.
- getSessions(ModuleImpl) - Method in class ch.tatool.app.service.impl.ModuleSessionDAO
-
Get a list of all sessions.
- getStackTrace(Throwable) - Static method in class ch.tatool.app.export.ServerDataExporter
-
- getStackTrace(Throwable) - Static method in class ch.tatool.app.gui.LoginFrame
-
- getStartTime() - Method in class ch.tatool.app.data.ModuleSessionImpl
-
- getStartTime() - Method in class ch.tatool.app.data.TrialImpl
-
- getStartupProperty(String, String) - Static method in class ch.tatool.app.util.AppUtils
-
Get a startup property
- getString(String) - Method in class ch.tatool.app.gui.MessagesImpl
-
- getTatoolDataFolder() - Method in class ch.tatool.app.service.impl.UserAccountServiceImpl
-
Get the Tatool data folder.
- getTop() - Method in class ch.tatool.app.service.exec.impl.ElementTreeImpl
-
- getTransactionTemplate() - Method in class ch.tatool.app.data.ModuleImpl
-
- getTransactionTemplate() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getTrialCount() - Method in class ch.tatool.app.data.ModuleSessionImpl
-
- getTrialDAO() - Method in class ch.tatool.app.data.ModuleImpl
-
- getTrialDAO() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getTrials() - Method in class ch.tatool.app.data.ModuleSessionImpl
-
- getTrials() - Method in class ch.tatool.app.service.exec.impl.ExecutionDataImpl
-
- getTrials(ModuleSession) - Method in class ch.tatool.app.service.impl.DataServiceImpl
-
- getTrials(Module, ModuleSession, Node, int) - Method in class ch.tatool.app.service.impl.DataServiceImpl
-
Returns a list of trial instances for a given element or session.
- getTrials(Module, ModuleSession, String, String, int, int) - Method in class ch.tatool.app.service.impl.DataServiceImpl
-
Find the last x trials with given property of a given element
- getTrials(ModuleSession) - Method in class ch.tatool.app.service.impl.TrialDAO
-
Get all trials for a given session.
- getTrials(ModuleImpl, ModuleSession, String, String, int, int) - Method in class ch.tatool.app.service.impl.TrialDAO
-
Get all trials for a given session.
- getTrials(ModuleSession, Node, int) - Method in class ch.tatool.app.service.impl.TrialDAO
-
- getUrl() - Method in class ch.tatool.app.export.ServerDataExporter
-
- getUserAccount() - Method in class ch.tatool.app.data.ModuleImpl
-
- getUserAccount() - Method in class ch.tatool.app.GuiController
-
- getUserAccountDAO() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getUserAccountService() - Method in class ch.tatool.app.App
-
- getUserAccountService() - Method in class ch.tatool.app.gui.CreateAccountFrame
-
- getUserAccountService() - Method in class ch.tatool.app.gui.LoginFrame
-
- getUserAccountService() - Method in class ch.tatool.app.gui.ModuleManagerFrame
-
- getUserAccountService() - Method in class ch.tatool.app.GuiController
-
- getUserAccountService() - Method in class ch.tatool.app.TestApp
-
- getValue(String, String) - Method in class ch.tatool.app.data.DataContainerImpl
-
- getValue() - Method in class ch.tatool.app.data.DataEntryImpl
-
Get the property value.
- getVersion() - Method in class ch.tatool.app.data.UserAccountImpl
-
- getVersion() - Method in class ch.tatool.app.data.UserAccountImpl.InfoImpl
-
- GuiController - Class in ch.tatool.app
-
This class acts as the gui and data manager for the Tatool.
- GuiController() - Constructor for class ch.tatool.app.GuiController
-