Class TimedTransition

Object
   |
   +--TimedTransition

class 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

TimedTransition

function TimedTransition(javaObject)
Method Detail

getGlobalGuard

function getGlobalGuard()

getLocalGuard

function getLocalGuard()

getName

function getName()

getTimeFunction

function getTimeFunction()

setGlobalGuard

function setGlobalGuard(guardStr)

setLocalGuard

function setLocalGuard(guardStr)

setTimeFunction

function setTimeFunction(expression)

add

<static> function add(net, name, timeFunction)

withName

<static> function withName(net, name)