iitb.Segment
Class Preprocessor

java.lang.Object
  extended byiitb.Segment.Preprocessor
Direct Known Subclasses:
AlphaNumericPreprocessor

public abstract class Preprocessor
extends java.lang.Object

Author:
Sunita Sarawagi

Constructor Summary
Preprocessor()
           
 
Method Summary
 int getCode()
           
static java.lang.String preprocess(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preprocessor

public Preprocessor()
Method Detail

getCode

public int getCode()

preprocess

public static java.lang.String preprocess(java.lang.String s)


Submit a bug or feature.