edu.isi.karma.modeling.semantictypes.sl
Class Lexer

java.lang.Object
  extended by edu.isi.karma.modeling.semantictypes.sl.Lexer

public class Lexer
extends java.lang.Object

This class is used to split field into tokens.

Author:
amangoel

Constructor Summary
Lexer()
           
 
Method Summary
static java.util.ArrayList<Part> tokenizeField(java.lang.String field)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexer

public Lexer()
Method Detail

tokenizeField

public static java.util.ArrayList<Part> tokenizeField(java.lang.String field)