public class GetSdfProperty extends Object implements PipelineStep
| Constructor and Description |
|---|
GetSdfProperty() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToLinenote(LinenoteBuilder<PipelineStep> linenoteBuilder) |
void |
addToPipeline(PipelineContext pipeline)
Wire step into the pipeline.
|
String |
getProperty(Molecule m) |
void |
init()
Initialize the step.
|
void |
propname(String s) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclosepublic void propname(String s)
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)