org.opennms.core.soa.filter
Class AbstractFilter

java.lang.Object
  extended by org.opennms.core.soa.filter.AbstractFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
AndFilter, AttributeComparisonFilter, NotFilter, OrFilter

public abstract class AbstractFilter
extends Object
implements Filter

AbstractFilter

Author:
brozow

Constructor Summary
AbstractFilter()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
abstract  boolean match(Map<String,String> properties)
           
abstract  String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractFilter

public AbstractFilter()
Method Detail

match

public abstract boolean match(Map<String,String> properties)
Specified by:
match in interface Filter

toString

public abstract String toString()
Specified by:
toString in interface Filter
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Specified by:
equals in interface Filter
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Filter
Overrides:
hashCode in class Object


Copyright © 2011. All Rights Reserved.