eu.clarin.weblicht.wlfxb.tc.xb
Class SentenceStored

java.lang.Object
  extended by eu.clarin.weblicht.wlfxb.tc.xb.SentenceStored
All Implemented Interfaces:
Sentence

public class SentenceStored
extends Object
implements Sentence

Author:
Yana Panchenko

Field Summary
protected  Integer end
           
protected  String sentenceId
           
protected  Integer start
           
protected  String[] tokIds
           
static String XML_NAME
           
 
Constructor Summary
SentenceStored()
           
 
Method Summary
 Integer getEndCharOffset()
           
 Integer getStartCharOffset()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XML_NAME

public static final String XML_NAME
See Also:
Constant Field Values

sentenceId

protected String sentenceId

tokIds

protected String[] tokIds

start

protected Integer start

end

protected Integer end
Constructor Detail

SentenceStored

public SentenceStored()
Method Detail

getStartCharOffset

public Integer getStartCharOffset()
Specified by:
getStartCharOffset in interface Sentence

getEndCharOffset

public Integer getEndCharOffset()
Specified by:
getEndCharOffset in interface Sentence

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.