Class ImmediateTransition

Object
   |
   +--ImmediateTransition

class ImmediateTransition

Creates a new ImmediateTransition object.

Defined in ImmediateTransition.js


Constructor Summary
ImmediateTransition (javaObject)
           
 
Method Summary
 function getGlobalGuard()
           Returns the global guard expression of this transition.
 function getLocalGuard()
           Returns the local guard expression of this transition.
 function getName()
           Returns the name of this ImmediateTransition.
 function getPriority()
           Returns this transition's priority.
 function getWeight()
           Returns this transition's weight.
 function setGlobalGuard(guardStr)
           Sets the global guard expression of this transition.
 function setLocalGuard(guardStr)
           Sets the local guard expression of this transition.
 function setPriority(priority)
           Sets the priority of this transition.
 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

getGlobalGuard

function getGlobalGuard()

getLocalGuard

function getLocalGuard()

getName

function getName()

getPriority

function getPriority()

getWeight

function getWeight()

setGlobalGuard

function setGlobalGuard(guardStr)

setLocalGuard

function setLocalGuard(guardStr)

setPriority

function setPriority(priority)

setWeight

function setWeight(weight)

add

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

withName

<static> function withName(net, name)