Public Member Functions | |
void | print (String dx) |
Method to print out values of attributes and relationships. | |
void | destroy (config.Configuration db) |
Method to destroy object. | |
float | get_triggerFrequency () |
Get "triggerFrequency" attribute value. | |
void | set_triggerFrequency (float value) |
Set "triggerFrequency" attribute value. | |
float | get_resetFrequency () |
Get "resetFrequency" attribute value. | |
void | set_resetFrequency (float value) |
Set "resetFrequency" attribute value. |
The methods can throw several exceptions:
config.NotFoundException
- in case of wrong attribute or relationship name (e.g. in case of database schema modification) config.SystemException
- in case of system problems (communication or implementation database failure, schema modification, object destruction, etc.)
In addition the methods modifying database (set value, destroy object) can throw config.NotAllowedException
exception in case, if there are no write access rights or database is already locked by other process.
SCT tim unit
Definition at line 31 of file Tim.java.
|
Method to destroy object.
|
|
Method to print out values of attributes and relationships.
|