|
|||||||||
| 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
|
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 |
function TimedTransition(javaObject)
javaObject - The java object to encapsulate.
| Method Detail |
function getDisplayExpression()
function getGlobalGuard()
function getID()
function getLocalGuard()
function getLogfileDescription()
function getLogfileExpression()
function getLogfileName()
function getManualCode()
function getName()
function getServerType()
function getSpecType()
function getTakeFirst()
function getTimeFunction()
function getWatch()
function setDisplayExpression(expression)
expression - The new display expression to set.
function setGlobalGuard(guardStr)
guardStr - The new global guard expression.
function setLocalGuard(guardStr)
guardStr - The new local guard expression.
function setLogfileParameters(filename, expression, description)
function setManualCode(code)
function setServerType(expression)
expression - The new server type to set.
function setSpecType(spec)
spec - The new value of the SpecType attribute
function setTakeFirst(takeFirst)
takeFirst - The new value of the takeFirst attribute.
function setTimeFunction(expression)
expression - The new time function to set.
function setWatch(w)
w - The new value of the watch attribute.
<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 | ||||||||