Uses of Interface
org.eclipse.higgins.idas.api.IFilter

Packages that use IFilter
org.eclipse.higgins.idas.api Defines the core set of interfaces for IdAS. 
 

Uses of IFilter in org.eclipse.higgins.idas.api
 

Methods in org.eclipse.higgins.idas.api that return IFilter
 IFilter IContext.buildFilter()
          Builds an IFilter instance that may be used when calling IContext.getEntities(IFilter)
 

Methods in org.eclipse.higgins.idas.api with parameters of type IFilter
 Iterator IContext.getEntities(IFilter filter)
           
 Iterator IContext.getEntities(IFilter filter, Iterator attrSelectionList)
          From this context, return IEntitys that match the specified filter
 void IFilterAttributeAssertion.setAttributeFilter(IFilter attributeFilter)
          Adds an (meta) attribute filter to this attribute assertion.
 void IFilter.addFilter(IFilter filter)
          Adds a filter to the set of filters.