Package eu.bandm.tools.message
Class MessageLocationFilter.Region
java.lang.Object
eu.bandm.tools.message.MessageLocationFilter.Region
- Enclosing class:
MessageLocationFilter<D>
Reification of a region specification to let pass.
A given location type parameter must be a
Location
of
sub-type Point or Region. Location sets are not supported.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final String
A string which must match the suffix of a document id for the Region to match a location.(package private) final int
The maximal allowed line number for the Region to match a location.(package private) final int
The minimal allowed line number for the Region to match a location. -
Method Summary
-
Field Details
-
docId
A string which must match the suffix of a document id for the Region to match a location. -
min
final int minThe minimal allowed line number for the Region to match a location. Is inclusive. -
max
final int maxThe maximal allowed line number for the Region to match a location. Is inclusive.
-
-
Method Details
-
equals
-
hashCode
public int hashCode()Fitsequals(Object)
.
-