I'm currently using UPPAAL v.4.1.19 and have seen in the help that clocks can be given as function parameters. However i couldn't find any information about what methods or attributes, eg. lower and upper bounds of the clock, are available for the clocks.
Example function:
void access_clock(clock & cl){
//access clock here
}
Is it possible to get the lower bound of the clock or doing something else with it in a function?