Class DisableGraphAttributeImpl
java.lang.Object
org.apache.lucene.util.AttributeImpl
org.apache.lucene.analysis.miscellaneous.DisableGraphAttributeImpl
- All Implemented Interfaces:
Cloneable
,DisableGraphAttribute
,org.apache.lucene.util.Attribute
public class DisableGraphAttributeImpl
extends org.apache.lucene.util.AttributeImpl
implements DisableGraphAttribute
Default implementation of
DisableGraphAttribute
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
copyTo(org.apache.lucene.util.AttributeImpl target)
void
reflectWith(org.apache.lucene.util.AttributeReflector reflector)
Methods inherited from class org.apache.lucene.util.AttributeImpl
clone, end, reflectAsString
-
Constructor Details
-
DisableGraphAttributeImpl
public DisableGraphAttributeImpl()
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in classorg.apache.lucene.util.AttributeImpl
-
reflectWith
public void reflectWith(org.apache.lucene.util.AttributeReflector reflector)- Specified by:
reflectWith
in classorg.apache.lucene.util.AttributeImpl
-
copyTo
public void copyTo(org.apache.lucene.util.AttributeImpl target)- Specified by:
copyTo
in classorg.apache.lucene.util.AttributeImpl
-