Class ImmediateTransition

Object
   |
   +--ImmediateTransition

class ImmediateTransition

Creates a new ImmediateTransition object.

Defined in ImmediateTransition.js


Constructor Summary
ImmediateTransition (javaObject)
           
 
Method Summary
 function getDisplayExpression()
           Returns the value of the display expression.
 function getGlobalGuard()
           Returns the global guard expression of this transition.
 function getID()
           Returns the ID of this ImmediateTransition.
 function getLocalGuard()
           Returns the local guard expression of this transition.
 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 ImmediateTransition.
 function getPriority()
           Returns this transition's priority.
 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 getWatch()
           Returns the value of this tranision's watch attribute.
 function getWeight()
           Returns this transition's weight.
 function setDisplayExpression(expression)
           Sets the display expression.
 function setGlobalGuard(guardStr)
           Sets the global guard expression of this transition.
 function setLocalGuard(guardStr)
           Sets the local guard expression of this transition.
 function setLogfileParameters(filename, expression, description)
           Sets the parameters for this transition's logfile.
 function setManualCode(code)
           Sets this transition's manual code.
 function setPriority(priority)
           Sets the priority of this transition.
 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 setWatch(w)
           Sets the value of this transition's watch attribute.
 function setWeight(weight)
           Sets the weight of this ImmediateTransition.
<static> function add(net, name, priority, weight)
           Adds a new ImmediateTransition to the given net with the provided properties.
<static> function withName(net, name)
           Tries to find the ImmediateTransition with the given name in the provided net.

Constructor Detail

ImmediateTransition

function ImmediateTransition(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()

getPriority

function getPriority()

getServerType

function getServerType()

getSpecType

function getSpecType()

getTakeFirst

function getTakeFirst()

getWatch

function getWatch()

getWeight

function getWeight()

setDisplayExpression

function setDisplayExpression(expression)

setGlobalGuard

function setGlobalGuard(guardStr)

setLocalGuard

function setLocalGuard(guardStr)

setLogfileParameters

function setLogfileParameters(filename, expression, description)

setManualCode

function setManualCode(code)

setPriority

function setPriority(priority)

setServerType

function setServerType(expression)

setSpecType

function setSpecType(spec)

setTakeFirst

function setTakeFirst(takeFirst)

setWatch

function setWatch(w)

setWeight

function setWeight(weight)

add

<static> function add(net, name, priority, weight)

withName

<static> function withName(net, name)