Class DisableGraphAttributeImpl
- java.lang.Object
-
- org.apache.lucene.util.AttributeImpl
-
- org.apache.lucene.analysis.miscellaneous.DisableGraphAttributeImpl
-
- All Implemented Interfaces:
java.lang.Cloneable,DisableGraphAttribute,org.apache.lucene.util.Attribute
public class DisableGraphAttributeImpl extends org.apache.lucene.util.AttributeImpl implements DisableGraphAttribute
Default implementation ofDisableGraphAttribute.
-
-
Constructor Summary
Constructors Constructor Description DisableGraphAttributeImpl()
-
Method Summary
Modifier and Type Method Description voidclear()voidcopyTo(org.apache.lucene.util.AttributeImpl target)voidreflectWith(org.apache.lucene.util.AttributeReflector reflector)
-
-
-
Method Detail
-
clear
public void clear()
- Specified by:
clearin classorg.apache.lucene.util.AttributeImpl
-
reflectWith
public void reflectWith(org.apache.lucene.util.AttributeReflector reflector)
- Specified by:
reflectWithin classorg.apache.lucene.util.AttributeImpl
-
copyTo
public void copyTo(org.apache.lucene.util.AttributeImpl target)
- Specified by:
copyToin classorg.apache.lucene.util.AttributeImpl
-
-