| Package | Description |
|---|---|
| toxTree.io.batch |
Batch processing facility.
|
| toxtree.ui.batch |
User interface for
toxTree.io.batch |
| Modifier and Type | Method and Description |
|---|---|
void |
IBatchProcessing.cancel() |
void |
BatchProcessing.cancel() |
void |
IBatchProcessing.close() |
void |
BatchProcessing.close() |
void |
IBatchProcessing.closeInputFile() |
void |
ChemObjectBatchProcessing.closeInputFile() |
void |
IBatchProcessing.closeOutputFile() |
void |
ChemObjectBatchProcessing.closeOutputFile() |
File |
FileState.createFile() |
static IBatchProcessing |
BatchFactory.createFromConfig(File configFile) |
void |
IBatchProcessing.createOutputFile() |
void |
ChemObjectBatchProcessing.createOutputFile()
Creates
ChemObjectWriter |
void |
BatchProcessing.createOutputFile() |
protected org.openscience.cdk.io.iterator.IIteratingChemObjectReader |
ChemObjectBatchProcessing.getReader(FileState file,
boolean monitor) |
void |
IBatchProcessing.loadConfig() |
void |
BatchProcessing.loadConfig() |
boolean |
FileState.match() |
void |
IBatchProcessing.openInputFile() |
void |
ChemObjectBatchProcessing.openInputFile()
Opens the input file as set by constructor and creates
IteratingChemObjectReader |
void |
BatchProcessing.openInputFile() |
void |
IBatchProcessing.pause() |
void |
BatchProcessing.pause() |
void |
IBatchProcessing.processRecord() |
void |
ChemObjectBatchProcessing.processRecord() |
void |
ToxTreeBatchProcessing.processRecord() |
void |
IBatchProcessing.readRecord() |
void |
ChemObjectBatchProcessing.readRecord() |
void |
IBatchProcessing.saveConfig() |
void |
BatchProcessing.saveConfig() |
void |
ToxTreeBatchProcessing.saveConfig() |
void |
BatchProcessing.saveConfig(OutputStream out) |
void |
ToxTreeBatchProcessing.saveConfig(OutputStream out) |
void |
IBatchProcessing.start() |
void |
ChemObjectBatchProcessing.start() |
void |
BatchProcessing.start() |
void |
ToxTreeBatchProcessing.start() |
void |
IBatchProcessing.writeRecord() |
void |
ChemObjectBatchProcessing.writeRecord() |
void |
ToxTreeBatchProcessing.writeRecord() |
| Constructor and Description |
|---|
BatchProcessing(File input,
File output)
Creates BatchProcessing given input and output file names
|
BatchProcessing(String input,
String output)
Creates BatchProcessing given input and output file names
|
ChemObjectBatchProcessing(File input,
File output) |
ChemObjectBatchProcessing(String input,
String output) |
ToxTreeBatchProcessing(File input,
File output) |
ToxTreeBatchProcessing(String input,
String output) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BatchProcessingDialog.setErrorMessage(BatchProcessingException x) |
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.