TPTP 4.3.0 Monitoring Tools Project
Internal API Specification

org.eclipse.hyades.logging.adapter.internal.filters
Interface IFilterType

All Known Implementing Classes:
NumericalFilterType, NumericalRangeFilterType, StringFilterType

public interface IFilterType


Method Summary
 java.lang.String[] getOperators()
           
 boolean processRule(IFilterAtom rule)
           
 

Method Detail

getOperators

public java.lang.String[] getOperators()

processRule

public boolean processRule(IFilterAtom rule)

TPTP 4.3.0 Monitoring Tools Project
Internal API Specification