MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.sms.ftstore
Class SentenceToken

java.lang.Object
  extended by ch.ethz.mxquery.sms.ftstore.SentenceToken

public class SentenceToken
extends java.lang.Object

Helper class for sentence information


Constructor Summary
SentenceToken(int sentenceCount, int startPos, int endPos)
           
 
Method Summary
 int getEndPosition()
           
 int getSentenceCount()
           
 int getStartingPosition()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentenceToken

public SentenceToken(int sentenceCount,
                     int startPos,
                     int endPos)
Method Detail

getStartingPosition

public int getStartingPosition()

getEndPosition

public int getEndPosition()

getSentenceCount

public int getSentenceCount()

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich