Interface | Description |
---|---|
IOSupport |
This interface is a tagging interface that should be implemented
by export and import plug-ins that knows how to cooperate with the external
program executor.
|
Class | Description |
---|---|
AbstractIOSupport |
Abstract base class that is useful for plug-ins that need to implement
the
IOSupport interface and don't want to be visible as
standalone plug-ins. |
BaseFileExporterSupport |
Exporter implementation for the external program executor that
exports data to BASEfile format.
|
BaseFileImporterSupport |
Importer implementation for the external program executor that
imports data from BASEfile format.
|
BfsExporterSupport |
Exporter implementation for the external program executor that
exports data to BFS format.
|
BfsImporterSupport |
Importer implementation for the external program executor that
imports data from BFS format.
|
ExternalProgramExecutor | |
ExternalProgramExecutor.RequestWrapper | |
ExternalProgramExecutor.ResponseWrapper | |
FileOnlyImporterSupport |
Importer implementation for the external program executor that
uploads all created files to BASE and attaches them to a child
bioassay set.
|
ParameterDefinition |
Represents a parameter definition for the external program.
|
ProgramParameter |
A program parameter definition and it's values for a specific
job.
|