meshi.util.filters
Class BackboneFilter

java.lang.Object
  extended by meshi.util.filters.BackboneFilter
All Implemented Interfaces:
Filter

public class BackboneFilter
extends java.lang.Object
implements Filter


Field Summary
static BackboneFilter filter
           
 
Constructor Summary
BackboneFilter()
           
 
Method Summary
 boolean accept(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

public static final BackboneFilter filter
Constructor Detail

BackboneFilter

public BackboneFilter()
Method Detail

accept

public boolean accept(java.lang.Object obj)
Specified by:
accept in interface Filter