Hi,

Is it possible to use variables in temporal operators?

e.g. $eventA : EventA( this after[ 3m30s, 4m ] $eventB ) to be expressed as $eventA : EventA( this after[ $begin, $end ] $eventB )

where $begin and $end are either local rule variables or global variables

Regards