| Package | Description |
|---|---|
| org.biojava.bio.search |
Interfaces and classes for representing sequence similarity search results.
|
| org.biojava.bio.seq |
Classes and interfaces for defining biological sequences and informatics
objects.
|
| org.biojava.bio.seq.filter | |
| org.biojava.utils.walker |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteringContentHandler.FilterVisitor
Visitor class that parses the filter tree
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
FilterUtils.visitFilter(FeatureFilter filter,
Visitor visitor)
Applies a visitor to a filter, and returns the visitor's result or null.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterTransformer
Base-class for visitors that re-write a filter tree.
|
| Modifier and Type | Method and Description |
|---|---|
Walker |
WalkerFactory.getWalker(Visitor visitor)
Get a Walker that is customosed to a particular visitor.
|
void |
Walker.walk(Object filter,
Visitor visitor)
This walks the feature tree, showing the visitor each filter in
the expression.
|
Copyright © 2020 BioJava. All rights reserved.