public class TransformMolecule extends Object implements PipelineStep
StandardizerWrapper as a pipeline step.| Modifier and Type | Class and Description |
|---|---|
static class |
TransformMolecule.Method |
| Constructor and Description |
|---|
TransformMolecule() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToLinenote(LinenoteBuilder<PipelineStep> linenoteBuilder) |
void |
addToPipeline(PipelineContext pipeline)
Wire step into the pipeline.
|
void |
cfgxml(String xml) |
void |
init()
Initialize the step.
|
void |
method(TransformMolecule.Method m) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclosepublic void method(TransformMolecule.Method m)
public void cfgxml(String xml)
public void init()
throws Exception
PipelineStepPipelineStep.addToPipeline(com.chemaxon.overlap.cli.util.pipeline.PipelineContext) will be invoked before
this method.PipelineStep.close() is expected to be invoked sometimes later, regardless of possible error(s) thrown.init in interface PipelineStepException - In case of initialization failurepublic void addToPipeline(PipelineContext pipeline)
PipelineStepPipelineContext.addStep(com.chemaxon.overlap.cli.util.pipeline.PipelineStep)PipelineStep.init().PipelineStep.init().PipelineContext reference this method is side effect freeaddToPipeline in interface PipelineSteppipeline - Target pipeline.public static void addToLinenote(LinenoteBuilder<PipelineStep> linenoteBuilder)