public class ReactionTransformationSequence extends java.lang.Object implements ITransformation<org.openscience.cdk.interfaces.IReaction>
ITransformation.TargetType
Constructor and Description |
---|
ReactionTransformationSequence() |
Modifier and Type | Method and Description |
---|---|
void |
add(ITransformation<org.openscience.cdk.interfaces.IReaction> transformation) |
ITransformation.TargetType |
getTargetType() |
org.openscience.cdk.interfaces.IReaction |
transform(org.openscience.cdk.interfaces.IReaction reaction) |
public void add(ITransformation<org.openscience.cdk.interfaces.IReaction> transformation)
transformation
- public ITransformation.TargetType getTargetType()
getTargetType
in interface ITransformation<org.openscience.cdk.interfaces.IReaction>
public org.openscience.cdk.interfaces.IReaction transform(org.openscience.cdk.interfaces.IReaction reaction)
transform
in interface ITransformation<org.openscience.cdk.interfaces.IReaction>
reaction
-