Class TimedTransition

Object
   |
   +--TimedTransition

class TimedTransition

Creates a new TimedTransition object.

Defined in TimedTransition.js


Constructor Summary
TimedTransition (javaObject)
           
 
Method Summary
 function getDisplayExpression()
           Returns the value of the display expression.
 function getGlobalGuard()
           Returns the actual global guard expression.
 function getID()
           Returns the ID of this timed transition.
 function getLocalGuard()
           Returns the actual local guard expression.
 function getLogfileDescription()
           Returns this tranistion's logfile description.
 function getLogfileExpression()
           Returns this transition's logfile expression.
 function getLogfileName()
           Returns this transition's logfile name.
 function getManualCode()
           Returns this transition's manual code.
 function getName()
           Returns the name of this timed transition.
 function getServerType()
           Returns the server type.
 function getSpecType()
           Returns the value of this transition's SpecType attribute.
 function getTakeFirst()
           Returns the value of the takeFirst attribute.
 function getTimeFunction()
           Returns the time function.
 function getWatch()
           Returns the value of this tranision's watch attribute.
 function setDisplayExpression(expression)
           Sets the display expression.
 function setGlobalGuard(guardStr)
           Sets the global guard of this timed transition.
 function setLocalGuard(guardStr)
           Sets the local guard of this timed transition.
 function setLogfileParameters(filename, expression, description)
           Sets the parameters for this transition's logfile.
 function setManualCode(code)
           Sets this transition's manual code.
 function setServerType(expression)
           Sets the server type.
 function setSpecType(spec)
           Sets the value of this transition's SpecType attribute.
 function setTakeFirst(takeFirst)
           Sets the value of the takeFirst attribute.
 function setTimeFunction(expression)
           Sets the time function.
 function setWatch(w)
           Sets the value of this transition's watch attribute.
<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

getDisplayExpression

function getDisplayExpression()

getGlobalGuard

function getGlobalGuard()

getID

function getID()

getLocalGuard

function getLocalGuard()

getLogfileDescription

function getLogfileDescription()

getLogfileExpression

function getLogfileExpression()

getLogfileName

function getLogfileName()

getManualCode

function getManualCode()

getName

function getName()

getServerType

function getServerType()

getSpecType

function getSpecType()

getTakeFirst

function getTakeFirst()

getTimeFunction

function getTimeFunction()

getWatch

function getWatch()

setDisplayExpression

function setDisplayExpression(expression)

setGlobalGuard

function setGlobalGuard(guardStr)

setLocalGuard

function setLocalGuard(guardStr)

setLogfileParameters

function setLogfileParameters(filename, expression, description)

setManualCode

function setManualCode(code)

setServerType

function setServerType(expression)

setSpecType

function setSpecType(spec)

setTakeFirst

function setTakeFirst(takeFirst)

setTimeFunction

function setTimeFunction(expression)

setWatch

function setWatch(w)

add

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

withName

<static> function withName(net, name)