|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--TimedTransition
Creates a new TimedTransition object.
Defined in TimedTransition.js
| Constructor Summary | |
TimedTransition
(javaObject)
|
|
| Method Summary | |
function
|
getGlobalGuard()
Returns the actual global guard expression. |
function
|
getLocalGuard()
Returns the actual local guard expression. |
function
|
getName()
Returns the name of this timed transition. |
function
|
getTimeFunction()
Returns the time function. |
function
|
setGlobalGuard(guardStr)
Sets the global guard of this timed transition. |
function
|
setLocalGuard(guardStr)
Sets the local guard of this timed transition. |
function
|
setTimeFunction(expression)
Sets the time function. |
<static> function
|
add(net, name, timeFunction)
Adds a new TimedTransition to the specified net with the provided properties. |
<static> function
|
withName(net, name)
Searches the TimedTransition with the given name. |
| Constructor Detail |
function TimedTransition(javaObject)
javaObject - The java object to encapsulate.
| Method Detail |
function getGlobalGuard()
function getLocalGuard()
function getName()
function getTimeFunction()
function setGlobalGuard(guardStr)
guardStr - The new global guard expression.
function setLocalGuard(guardStr)
guardStr - The new local guard expression.
function setTimeFunction(expression)
expression - The new time function to set.
<static> function add(net, name, timeFunction)
net - The net to add the TimedTransition to
name - The name of the TimedTransition
timeFunction - The time function to set.
<static> function withName(net, name)
net - The net to search in.
name - The name of the TimedTransition to find.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||