Uses of Interface
org.biopax.paxtools.util.Filter

Packages that use Filter
org.biopax.paxtools.controller   
org.biopax.paxtools.util   
 

Uses of Filter in org.biopax.paxtools.controller
 

Subinterfaces of Filter in org.biopax.paxtools.controller
 interface PropertyFilterBilinked
           
 

Fields in org.biopax.paxtools.controller declared as Filter
protected  Filter<PropertyEditor>[] Traverser.filters
           
 

Methods in org.biopax.paxtools.controller with parameters of type Filter
 Model ModelUtils.getAllChildren(BioPAXElement bpe, Filter<PropertyEditor>... filters)
          Gets all the child BioPAX elements of a given BioPAX element (using the "tuned" Fetcher) and adds them to a new model.
 java.util.Set<BioPAXElement> ModelUtils.getAllChildrenAllowClones(BioPAXElement bpe, Filter<PropertyEditor>... filters)
          Collects all child BioPAX elements of a given BioPAX element (using the "tuned" Fetcher), although some of them might have the same ID (are "clones" - for a purpose of due to a mistake)
 

Constructors in org.biopax.paxtools.controller with parameters of type Filter
AbstractTraverser(EditorMap editorMap, Filter<PropertyEditor>... filters)
           
Fetcher(EditorMap editorMap, Filter<PropertyEditor>... filters)
           
PropertyReasoner(java.lang.String propertyName, EditorMap editorMap, Filter<PropertyEditor>... propertyFilters)
           
Traverser(EditorMap editorMap, Visitor visitor, Filter<PropertyEditor>... filters)
           
 

Uses of Filter in org.biopax.paxtools.util
 

Classes in org.biopax.paxtools.util that implement Filter
 class AbstractFilterSet<F,E>
          Base class for implementing various filter sets.
 class ClassFilterSet<E,F extends E>
           
 



Copyright © 2011 BioPAX. All Rights Reserved.