Uses of Class
adams.db.AbstractConditions
-
Packages that use AbstractConditions Package Description adams.db adams.flow.source adams.gui.selection -
-
Uses of AbstractConditions in adams.db
Subclasses of AbstractConditions in adams.db Modifier and Type Class Description class
AbstractLimitedConditions
Abstract ancestor for conditions that limit the number of records retrieved.class
LogEntryConditions
Conditions for retrieving log entries.Methods in adams.db that return AbstractConditions Modifier and Type Method Description static AbstractConditions
AbstractConditions. forCommandLine(String cmdline)
Instantiates the conditions from the given commandline (i.e., classname and optional options).static AbstractConditions
AbstractConditions. forName(String classname, String[] options)
Instantiates the conditions with the given options.AbstractConditions
Conditions. getDefault(AbstractConditions cond)
Returns the default setup for the given conditions object.AbstractConditions
AbstractConditions. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractConditions
AbstractConditions. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.db with parameters of type AbstractConditions Modifier and Type Method Description List<Integer>
ReportProvider. getDBIDs(AbstractConditions conditions)
Return a list of database IDs of data containers that match the defined conditions.List<Integer>
ReportProviderByDBID. getDBIDs(AbstractConditions conditions)
Return a list of database IDs of data containers that match the defined conditions.List<Integer>
ReportProviderByID. getDBIDs(AbstractConditions conditions)
Return a list of database IDs of data containers that match the defined conditions.AbstractConditions
Conditions. getDefault(AbstractConditions cond)
Returns the default setup for the given conditions object.List<String>
ReportProvider. getIDs(AbstractConditions conditions)
Return a list of IDs of data containers that match the defined conditions.List<String>
ReportProvider. getIDs(String[] columns, AbstractConditions conditions)
Return a list of columns of data containers that match the defined conditions.List<String>
ReportProviderByDBID. getIDs(AbstractConditions conditions)
Return a list (Vector) of IDs of data containers that match the defined conditions.List<String>
ReportProviderByDBID. getIDs(String[] columns, AbstractConditions conditions)
Return a list (Vector) of columns of data containers that match the defined conditions.List<String>
ReportProviderByID. getIDs(AbstractConditions conditions)
Return a list (Vector) of IDs of data containers that match the defined conditions.List<String>
ReportProviderByID. getIDs(String[] columns, AbstractConditions conditions)
Return a list (Vector) of columns of data containers that match the defined conditions. -
Uses of AbstractConditions in adams.flow.source
Fields in adams.flow.source declared as AbstractConditions Modifier and Type Field Description protected AbstractConditions
AbstractConditionalIdSupplier. m_Conditions
the retrieval conditions.Methods in adams.flow.source that return AbstractConditions Modifier and Type Method Description AbstractConditions
AbstractConditionalIdSupplier. getConditions()
Returns the conditions container to use for retrieving the spectra.AbstractConditions
ConditionalIdSupplier. getConditions()
Returns the conditions container to use for retrieving the spectra.protected abstract AbstractConditions
AbstractConditionalIdSupplier. getDefaultConditions()
Returns the default conditions.Methods in adams.flow.source with parameters of type AbstractConditions Modifier and Type Method Description void
AbstractConditionalIdSupplier. setConditions(AbstractConditions value)
Sets the conditions container to use for retrieving the spectra.void
ConditionalIdSupplier. setConditions(AbstractConditions value)
Sets the conditions container to use for retrieving the spectra. -
Uses of AbstractConditions in adams.gui.selection
Classes in adams.gui.selection with type parameters of type AbstractConditions Modifier and Type Class Description class
AbstractConditionalDatabaseSelectionPanel<T,C extends AbstractConditions>
Abstract ancestor for selection panels that allow a conditional display of the items collected from the database.Fields in adams.gui.selection declared as AbstractConditions Modifier and Type Field Description protected C
AbstractConditionalDatabaseSelectionPanel. m_Conditions
the conditions for retrieving the items.Methods in adams.gui.selection with parameters of type AbstractConditions Modifier and Type Method Description protected boolean
AbstractConditionalDatabaseSelectionPanel. check(AbstractConditions conditions)
Checks the chosen conditions against the approved ones.
-