org.sbml.jsbml.util.filters
public interface Filter
| 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.
|
boolean accepts(java.lang.Object o)
o - some object whose properties are to be checked.