See: Description
Interface | Description |
---|---|
Filter |
A filter is a general interface that allows to check an object for a certain
property.
|
Class | Description |
---|---|
AndFilter |
A
Filter that accepts an item only if all of its internal filters
also accept the given item. |
AssignmentVariableFilter |
This filter only accepts instances of
Assignment with the variable as
given in the constructor of this object. |
BoundaryConditionFilter |
This filter accepts species whose boundary condition is set to true.
|
CVTermFilter | |
IdenticalUnitDefinitionFilter |
This
Filter only accepts instances of UnitDefinition that
satisfy the method
UnitDefinition.areIdentical(UnitDefinition, UnitDefinition) . |
NameFilter |
This filter only accepts instances of
NamedSBase with the name as
given in the constructor of this object. |
OrFilter |
This filter accepts an item if at least one of its filters accepts the given
item.
|
SBOFilter | |
SpeciesReferenceFilter |
This is a special
NameFilter that allows users to search for a
SimpleSpeciesReference that refers to a Species with the
given identifier attribute. |
XMLNodeFilter |
Filter
that can
be used to, e.g., select entries from a ListOf
object.