public class CloneCxnMolecule extends Object implements PipelineStep
Molecule
object for subsequent modifications.Constructor and Description |
---|
CloneCxnMolecule() |
Modifier and Type | Method and Description |
---|---|
static void |
addToLinenote(LinenoteBuilder<PipelineStep> linenoteBuilder) |
void |
addToPipeline(PipelineContext pipeline)
Wire step into the pipeline.
|
Molecule |
cloneMolecule(Molecule m) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
close, init
public void addToPipeline(PipelineContext pipeline)
PipelineStep
PipelineContext.addStep(com.chemaxon.overlap.cli.util.pipeline.PipelineStep)
PipelineStep.init()
.PipelineStep.init()
.PipelineContext
reference this method is side effect freeaddToPipeline
in interface PipelineStep
pipeline
- Target pipeline.public static void addToLinenote(LinenoteBuilder<PipelineStep> linenoteBuilder)