Uses of Class
com.gmail.thejcwk.semantics.Filter

Packages that use Filter
com.gmail.thejcwk.semantics   
 

Uses of Filter in com.gmail.thejcwk.semantics
 

Methods in com.gmail.thejcwk.semantics that return Filter
 Filter FilterWrapper.createFilter(java.lang.String operationRepresentation, java.lang.String attrTypeRepresentation, java.lang.String value)
          Creates a new Filter from a set of UI specific Strings.
 Filter DefaultFilterWrapper.createFilter(java.lang.String operationRepresentation, java.lang.String attrTypeRepresentation, java.lang.String value)
           
 Filter FilterWrapper.getFilter()
          Returns the Filter object that this class is a wrapper for.
 Filter DefaultFilterWrapper.getFilter()
           
 

Methods in com.gmail.thejcwk.semantics that return types with arguments of type Filter
 java.util.ArrayList<Filter> PhraseCollection.getFilters()
          Returns all the filters that have been applied to this collection.
 

Methods in com.gmail.thejcwk.semantics with parameters of type Filter
 void PhraseCollection.applyFilter(Filter filter)
          Applies a filter to this PhraseCollection.
 

Constructors in com.gmail.thejcwk.semantics with parameters of type Filter
DefaultFilterWrapper(Filter aFilter)
          Create a new wrapper.