Uses of Interface
org.biopax.paxtools.util.Filter
Packages that use Filter
Package
Description
This package contains various methods and algorithms for traversing and manipulating the model.
This package contains various collections and utilities that is used by the other packages and modules of paxtools.
-
Uses of Filter in org.biopax.paxtools.controller
Subinterfaces of Filter in org.biopax.paxtools.controllerModifier and TypeInterfaceDescriptioninterfaceA generic interface for bidirectional property filterFields in org.biopax.paxtools.controller declared as FilterModifier and TypeFieldDescriptionstatic final Filter<PropertyEditor> Fetcher.evidenceFilterA property filter to ignore 'evidence' ('EVIDENCE' in L2) property (it can eventually lead to other organism, experimental entities)protected Filter<PropertyEditor>[]Traverser.filtersstatic final Filter<PropertyEditor> Fetcher.nextStepFilterThis property filter can be used to ignore 'nextStep' ('NEXT-STEP' in L2) property when fetching a sub-graph of child biopax elements, because using this property can eventually lead outside current pathway context into peer pathways, etc.static final Filter<PropertyEditor> Fetcher.objectPropertiesOnlyFilterA property filter to visit only biopax object type properties.Methods in org.biopax.paxtools.controller with parameters of type FilterModifier and TypeMethodDescriptionstatic ModelModelUtils.getAllChildren(BioPAXElement bpe, Filter<PropertyEditor>... filters) Deprecated.ModelUtils.getKeywords(BioPAXElement biopaxElement, int depth, Filter<DataPropertyEditor>... dataPropertyFilters) Collects data type (not object) property values (can be then used for full-text indexing).Constructors in org.biopax.paxtools.controller with parameters of type FilterModifierConstructorDescriptionAbstractTraverser(EditorMap editorMap, Filter<PropertyEditor>... filters) Fetcher(EditorMap editorMap, Filter<PropertyEditor>... filters) Constructor.SimpleMerger(EditorMap map, Filter<BioPAXElement> mergePropOf) Traverser(EditorMap editorMap, Visitor visitor, Filter<PropertyEditor>... filters) The full constructor. -
Uses of Filter in org.biopax.paxtools.util
Classes in org.biopax.paxtools.util that implement FilterModifier and TypeClassDescriptionclassAbstractFilterSet<F,E> Base class for implementing various filter sets.classClassFilterSet<E,F extends E> A FilterSet that filters based on the class.
Fetcher.fetch(BioPAXElement, Model)instead (with Fetcher.nextStepFilter or without)