org.apache.oodt.cas.filemgr.structs.query.filter
Class FilterAlgor

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.structs.query.filter.FilterAlgor

public abstract class FilterAlgor
extends Object

Version:
$Revision: 9683 $

An algorithm interface for defining how QueryFilter filters query results

Author:
bfoster

Field Summary
protected  long epsilon
           
 
Constructor Summary
FilterAlgor()
           
 
Method Summary
abstract  List<TimeEvent> filterEvents(List<TimeEvent> events)
           
 long getEpsilon()
           
 void setEpsilon(long epsilon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epsilon

protected long epsilon
Constructor Detail

FilterAlgor

public FilterAlgor()
Method Detail

setEpsilon

public void setEpsilon(long epsilon)

getEpsilon

public long getEpsilon()

filterEvents

public abstract List<TimeEvent> filterEvents(List<TimeEvent> events)


Copyright © 1999-2011 Apache OODT. All Rights Reserved.