net.refractions.udig.ui.operations
Class Or

java.lang.Object
  extended by net.refractions.udig.ui.operations.Or
All Implemented Interfaces:
OpFilter

public class Or
extends java.lang.Object
implements OpFilter

Represents the Or element in the operation extension point.

Since:
1.1.0
Author:
jones

Field Summary
 
Fields inherited from interface net.refractions.udig.ui.operations.OpFilter
FALSE, TRUE
 
Constructor Summary
Or()
           
 
Method Summary
 boolean accept(java.lang.Object object)
           
 java.util.List<OpFilter> getFilters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Or

public Or()
Method Detail

getFilters

public java.util.List<OpFilter> getFilters()
Returns:
Returns the filters.

accept

public boolean accept(java.lang.Object object)
Specified by:
accept in interface OpFilter