org.sbml.jsbml.util.filters
Modifier and Type | Field and Description |
---|---|
private int[] |
terms
The SBO term of interest.
|
Constructor and Description |
---|
SBOFilter()
Generates a new
Filter for SBO terms but with an invalid SBO term
as filter criterion. |
SBOFilter(int... terms)
Creates an SBO term filter with the given term as filter criterion.
|
public SBOFilter()
Filter
for SBO terms but with an invalid SBO term
as filter criterion.public SBOFilter(int... terms)
terms
- The terms of interest.public boolean accepts(java.lang.Object o)
Filter
public int[] getTerms()
public void setTerms(int... terms)
terms
- the terms to set