Package | Description |
---|---|
ch.tatool.data | |
ch.tatool.module |
Modifier and Type | Method and Description |
---|---|
UserAccount |
Module.getUserAccount()
Get the account this module is part of
|
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.
|
void |
ModuleCreator.executeCreator(JFrame parent,
UserAccount account,
ModuleService moduleService,
ModuleCreator.Callback callback)
Display a creator.
|
Set<Module.Info> |
ModuleService.getModules(UserAccount account)
Get a set of all available module instances.
|
Copyright © 2013. All Rights Reserved.