public class Sentence extends Object
| Constructor and Description |
|---|
Sentence(int start,
int end) |
Sentence(String text,
int start,
int end) |
public Sentence(int start,
int end)
public Sentence(String text, int start, int end)
public boolean isEmpty()
public String getText()
public void setText(String text)
text - the text to setpublic int getStart()
public void setStart(int start)
start - the start to setpublic int getEnd()
public void setEnd(int end)
end - the end to setCopyright © 2013. All rights reserved.