Package generalDatabase
Class DBSettingsStore
java.lang.Object
generalDatabase.DBSettingsStore
Load all of the settings from a database and store in a single class.
Each database will possibly hold lots of different settings, the only way of grouping them together is by time.
Settings are stored in a somewhat dubious way in that any part of Pamguard, be it a PamControlledUnit or not can store settings, so some of the settings read back are associated with modules, others are not.
The actual list of modules is an ArrayList
- Author:
- Doug
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSettingsGroup
(PamSettingsGroup dbSettingsGroup) int
getSettingsGroup
(int groupNumber)
-
Constructor Details
-
DBSettingsStore
public DBSettingsStore()
-
-
Method Details
-
getSettingsGroups
-
getSettingsGroup
-
addSettingsGroup
-
getNumGroups
public int getNumGroups() -
getLastSettingsGroup
-