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)
StandardizerWrapper
standardize
in interface StandardizerWrapper
bmf
- Molecule to modify.public StandardizerWrapper and(StandardizerWrapper w)
StandardizerWrapper
and
in interface StandardizerWrapper
w
- Further step to represent