| Interface | Description |
|---|---|
| PipelineContext |
Composes the pipeline.
|
| PipelineStep |
Minimal life cycle of a MadFast import pipeline node.
|
| ProgressiveDeserializer<T> |
Reconstruct a serialized object.
|
| ProgressiveSerialization |
Persist a record oriented storage efficiently.
|
| Class | Description |
|---|---|
| CharIterator |
Non synchronized buffering over a
Reader. |
| CloneCxnMolecule |
Clone
Molecule object for subsequent modifications. |
| CollectStorage |
Collect a master property storage.
|
| Connect |
Connect the last specified node to an arbitrary output.
|
| CxnFormatsMolExporter |
Expose
MolExporter. |
| CxnFormatsMolImporter |
Expose
MolImporter. |
| GetMoleculeName |
Get name of the input molecule.
|
| GetSdfProperty |
Retrieve an SDF property String.
|
| InputStreamStatCollector |
Collect read byte count of an underlying
InputStream. |
| Mark |
Mark last node or one of its output.
|
| OutputStreamStatCollector |
Collect written byte count to an underlying
OutputStream. |
| ProgressiveSerializationImpl |
Implementation of
ProgressiveSerialization over FileOutputStream. |
| ProgressiveSerializationImpl.DeserializerImpl<T> |
Deserializer.
|
| ProgressiveSerializeToFile |
Write progressively serialized file.
|
| TextFileInput |
Read contents from a file.
|
| TextFileOutput |
Write contents to a text file.
|
| ToLines |
Supply individual lines from an input.
|
| ToSdfs | |
| TransformMolecule |
Standardize-like Molecule transformation.
|
| Enum | Description |
|---|---|
| TransformMolecule.Method |
madfast-import.