public final class RemoveSidechainsMolwalk extends Object implements StandardizerWrapper
Molecule API for graph traversal.| Constructor and Description |
|---|
RemoveSidechainsMolwalk()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
StandardizerWrapper |
and(StandardizerWrapper w)
Create a new wrapper representing an additional step.
|
void |
standardize(Molecule bmf)
Invoke represented transformation.
|
String |
toString() |
public void standardize(Molecule bmf)
StandardizerWrapperstandardize in interface StandardizerWrapperbmf - Molecule to modify.public StandardizerWrapper and(StandardizerWrapper w)
StandardizerWrapperand in interface StandardizerWrapperw - Further step to represent