TPTP 4.3.0 Monitoring Tools Project
Internal API Specification

org.eclipse.hyades.logging.adapter.internal.filters
Class NumericalRangeFilterType

java.lang.Object
  extended byorg.eclipse.hyades.logging.adapter.internal.filters.NumericalRangeFilterType
All Implemented Interfaces:
IFilterType

public class NumericalRangeFilterType
extends java.lang.Object
implements IFilterType


Field Summary
static java.lang.String FIRST
           
static java.lang.String LAST
           
 
Constructor Summary
NumericalRangeFilterType()
           
 
Method Summary
protected  boolean first(java.lang.String lhs, java.lang.String rhs)
           
 java.lang.String[] getOperators()
           
protected  boolean last(java.lang.String lhs, java.lang.String rhs)
           
 boolean processRule(IFilterAtom rule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAST

public static final java.lang.String LAST
See Also:
Constant Field Values

FIRST

public static final java.lang.String FIRST
See Also:
Constant Field Values
Constructor Detail

NumericalRangeFilterType

public NumericalRangeFilterType()
Method Detail

getOperators

public java.lang.String[] getOperators()
Specified by:
getOperators in interface IFilterType
See Also:
org.eclipse.hyades.logging.adapter.filters.IFilterType#getOperators()

processRule

public boolean processRule(IFilterAtom rule)
Specified by:
processRule in interface IFilterType
See Also:
org.eclipse.hyades.logging.adapter.filters.IFilterType#processRule(java.lang.String, java.lang.String)

last

protected boolean last(java.lang.String lhs,
                       java.lang.String rhs)

first

protected boolean first(java.lang.String lhs,
                        java.lang.String rhs)

TPTP 4.3.0 Monitoring Tools Project
Internal API Specification