org.sbml.jsbml.util.filters
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(java.lang.Object o)
This method checks whether the given object is of the correct type and
has the desired properties set to be acceptable.
|
addFilter, getFilters, removeFilter, setFilterspublic OrFilter()
public OrFilter(Filter... filters)
filters - public boolean accepts(java.lang.Object o)
Filteraccepts in interface Filteraccepts in class AndFiltero - some object whose properties are to be checked.