|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Project | |
---|---|
databionics | Base classes for all applications handling command line parsing and configuration file loading. |
databionics.esom | The ESOM Tools command line programs and the ESOM Analyzer. |
databionics.esom.gui | The basic GUI components of the ESOM Analyzer. |
databionics.esom.gui.util | Some GUI components of the ESOM Analyzer. |
databionics.esom.tool.projection | |
databionics.esom.train | Implementation of training algorithms. |
databionics.gui | Useful GUI classes like a panel displaying log4j messages and a dialog for running programs based on an XML description of the parameters. |
databionics.modules | Description of program parameters loadable from XML files. |
Uses of Project in databionics |
---|
Fields in databionics declared as Project | |
---|---|
protected Project |
Application.project
project holding files |
Methods in databionics that return Project | |
---|---|
Project |
Application.getProject()
Returns the current project holding filename of different types and optionally the data from the files. |
Methods in databionics with parameters of type Project | |
---|---|
void |
Application.setProject(Project project)
Sets the current poject holding filename of different types and optionally the data from the files. |
Uses of Project in databionics.esom |
---|
Fields in databionics.esom declared as Project | |
---|---|
protected Project |
Analyze.project
the project to hold the files |
Methods in databionics.esom that return Project | |
---|---|
Project |
Analyze.getProject()
returns the project |
Uses of Project in databionics.esom.gui |
---|
Fields in databionics.esom.gui declared as Project | |
---|---|
protected Project |
ToolLoader.project
The Project containing most of the files |
Methods in databionics.esom.gui that return Project | |
---|---|
Project |
ToolLoader.getProject()
|
Methods in databionics.esom.gui with parameters of type Project | |
---|---|
void |
ToolLoader.setProject(Project project)
|
Uses of Project in databionics.esom.gui.util |
---|
Fields in databionics.esom.gui.util declared as Project | |
---|---|
protected Project |
RunDialog.project
Project to update after job is done (optional) |
Constructors in databionics.esom.gui.util with parameters of type Project | |
---|---|
RunDialog(Tool tool,
Project project)
Constructor to initialize the dialog window |
Uses of Project in databionics.esom.tool.projection |
---|
Fields in databionics.esom.tool.projection declared as Project | |
---|---|
protected Project |
ProjectCallback.project
|
Uses of Project in databionics.esom.train |
---|
Fields in databionics.esom.train declared as Project | |
---|---|
protected Project |
TrainCallback.project
|
Uses of Project in databionics.gui |
---|
Fields in databionics.gui declared as Project | |
---|---|
protected Project |
RunDialog.project
Project to update after job is done (optional) |
Constructors in databionics.gui with parameters of type Project | |
---|---|
RunDialog(Tool tool,
Project project)
Constructor to initialize the dialog window |
Uses of Project in databionics.modules |
---|
Methods in databionics.modules with parameters of type Project | |
---|---|
java.util.List |
Module.getUsableTools(Project project)
Given the types of the files existing in the project, returns a List containing all tools of this module, that can be started because they only need files as input that are already present in the project. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |