de.modlab.smilib.io
Class Preprocessor

java.lang.Object
  extended by de.modlab.smilib.io.Preprocessor

public class Preprocessor
extends java.lang.Object

Preprocesses SMILES so that they can be used by SmiLib.


Constructor Summary
Preprocessor()
          Creates a new instance of Preprocessor.
 
Method Summary
 java.lang.String preprocessSmiles(java.lang.String sourceSmiles)
          Performs preprocessing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preprocessor

public Preprocessor()
Creates a new instance of Preprocessor.

Method Detail

preprocessSmiles

public java.lang.String preprocessSmiles(java.lang.String sourceSmiles)
Performs preprocessing.

Parameters:
sourceSmiles - SMILES to be preprocessed
Returns:
preprocessed SMILES