org.apache.lucene.analysis.ja.tokenAttributes
Class ReadingsAttributeImpl
java.lang.Object
org.apache.lucene.util.AttributeImpl
org.apache.lucene.analysis.ja.tokenAttributes.ReadingsAttributeImpl
- All Implemented Interfaces:
- Serializable, Cloneable, ReadingsAttribute, org.apache.lucene.util.Attribute
public class ReadingsAttributeImpl
- extends org.apache.lucene.util.AttributeImpl
- implements ReadingsAttribute, Cloneable
Attribute for Morpheme.getReadings().
- See Also:
- Serialized Form
| Fields inherited from class org.apache.lucene.util.AttributeImpl |
enableBackwards |
| Methods inherited from class org.apache.lucene.util.AttributeImpl |
clone, reflectAsString, toString |
ReadingsAttributeImpl
public ReadingsAttributeImpl()
getReadings
public List<String> getReadings()
- Specified by:
getReadings in interface ReadingsAttribute
setMorpheme
public void setMorpheme(Morpheme morpheme)
- Specified by:
setMorpheme in interface ReadingsAttribute
clear
public void clear()
- Specified by:
clear in class org.apache.lucene.util.AttributeImpl
copyTo
public void copyTo(org.apache.lucene.util.AttributeImpl target)
- Specified by:
copyTo in class org.apache.lucene.util.AttributeImpl
reflectWith
public void reflectWith(org.apache.lucene.util.AttributeReflector reflector)
- Overrides:
reflectWith in class org.apache.lucene.util.AttributeImpl
Copyright © 2012. All Rights Reserved.