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 classAbstractLimitedConditionsAbstract ancestor for conditions that limit the number of records retrieved.classLogEntryConditionsConditions for retrieving log entries.Methods in adams.db that return AbstractConditions Modifier and Type Method Description static AbstractConditionsAbstractConditions. forCommandLine(String cmdline)Instantiates the conditions from the given commandline (i.e., classname and optional options).static AbstractConditionsAbstractConditions. forName(String classname, String[] options)Instantiates the conditions with the given options.AbstractConditionsConditions. getDefault(AbstractConditions cond)Returns the default setup for the given conditions object.AbstractConditionsAbstractConditions. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractConditionsAbstractConditions. 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.AbstractConditionsConditions. 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 AbstractConditionsAbstractConditionalIdSupplier. m_Conditionsthe retrieval conditions.Methods in adams.flow.source that return AbstractConditions Modifier and Type Method Description AbstractConditionsAbstractConditionalIdSupplier. getConditions()Returns the conditions container to use for retrieving the spectra.AbstractConditionsConditionalIdSupplier. getConditions()Returns the conditions container to use for retrieving the spectra.protected abstract AbstractConditionsAbstractConditionalIdSupplier. getDefaultConditions()Returns the default conditions.Methods in adams.flow.source with parameters of type AbstractConditions Modifier and Type Method Description voidAbstractConditionalIdSupplier. setConditions(AbstractConditions value)Sets the conditions container to use for retrieving the spectra.voidConditionalIdSupplier. 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 classAbstractConditionalDatabaseSelectionPanel<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 CAbstractConditionalDatabaseSelectionPanel. m_Conditionsthe conditions for retrieving the items.Methods in adams.gui.selection with parameters of type AbstractConditions Modifier and Type Method Description protected booleanAbstractConditionalDatabaseSelectionPanel. check(AbstractConditions conditions)Checks the chosen conditions against the approved ones.
-