public class GenericFilter extends AbstractFilter
_filterType, CAPABILITY_FILTER, HISTORICAL_FILTER, ORGANISATIONAL_FILTER_canonicalName, _description, _displayName, _name, _params| Constructor and Description | 
|---|
| GenericFilter() | 
| GenericFilter(java.lang.String name) | 
| GenericFilter(java.lang.String name,
             java.util.Map<java.lang.String,java.lang.String> params) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Set<Participant> | performFilter(java.util.Set<Participant> resources)Abstract method, to be implemented by all child classes, which carries out
 whatever filtering the class has been created to do. | 
getFilterType, setFilterType, toXMLaddKey, addParam, addParams, compareTo, equals, evaluate, getCanonicalName, getClassName, getDescription, getDisplayName, getInformation, getKeys, getName, getParamKeys, getParams, getParamValue, hashCode, intersection, reconstitute, setCanonicalName, setDescription, setDisplayName, setKeyValue, setName, setParams, toString, union, unmarshalParamspublic GenericFilter()
public GenericFilter(java.lang.String name)
public GenericFilter(java.lang.String name,
                     java.util.Map<java.lang.String,java.lang.String> params)
public java.util.Set<Participant> performFilter(java.util.Set<Participant> resources)
AbstractFilterperformFilter in class AbstractFilterresources - a distribution set of Participant objectsCopyright © 2004-2014 The YAWL Foundation.