public class SentenceStartAttributeImpl extends org.apache.lucene.util.AttributeImpl implements SentenceStartAttribute, Cloneable
| Constructor and Description |
|---|
SentenceStartAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
boolean |
getSentenceStart() |
void |
setSentenceStart(boolean sentenceStart) |
public boolean getSentenceStart()
getSentenceStart in interface SentenceStartAttributepublic void setSentenceStart(boolean sentenceStart)
setSentenceStart in interface SentenceStartAttributepublic void clear()
clear in class org.apache.lucene.util.AttributeImplpublic void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo in class org.apache.lucene.util.AttributeImpl