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

Packages that use Filter
com.gmail.thejcwk.semantics.gui.wrappers   
com.gmail.thejcwk.semantics.phrases   
 

Uses of Filter in com.gmail.thejcwk.semantics.gui.wrappers
 

Methods in com.gmail.thejcwk.semantics.gui.wrappers 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()
           
 

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

Uses of Filter in com.gmail.thejcwk.semantics.phrases
 

Methods in com.gmail.thejcwk.semantics.phrases 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.phrases with parameters of type Filter
 void PhraseCollection.applyFilter(Filter filter)
          Applies a filter to this PhraseCollection.