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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()voidcopyTo(org.apache.lucene.util.AttributeImpl target)voidreflectWith(org.apache.lucene.util.AttributeReflector reflector)Methods inherited from class org.apache.lucene.util.AttributeImplclone, end, reflectAsString
- 
Constructor Details- 
DisableGraphAttributeImplpublic DisableGraphAttributeImpl()
 
- 
- 
Method Details- 
clearpublic void clear()- Specified by:
- clearin class- org.apache.lucene.util.AttributeImpl
 
- 
reflectWithpublic void reflectWith(org.apache.lucene.util.AttributeReflector reflector)- Specified by:
- reflectWithin class- org.apache.lucene.util.AttributeImpl
 
- 
copyTopublic void copyTo(org.apache.lucene.util.AttributeImpl target)- Specified by:
- copyToin class- org.apache.lucene.util.AttributeImpl
 
 
-