Interface PositionIncrementsAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
PositionIncrementsAttributeImpl
@Deprecated public interface PositionIncrementsAttribute extends Attribute
Deprecated.This attribute is used byAnalyzerQueryNodeProcessorprocessor and must be defined in theQueryConfigHandler. This attribute tells the processor if the position increment is enabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanisPositionIncrementsEnabled()Deprecated.voidsetPositionIncrementsEnabled(boolean positionIncrementsEnabled)Deprecated.
-