|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--SubstitutionTransition
Creates a new substitution transition object.
Defined in SubstitutionTransition.js
| Constructor Summary | |
SubstitutionTransition
(javaObject)
|
|
| Method Summary | |
function
|
getGlobalGuard()
Returns the actual global guard expression. |
function
|
getID()
Returns the ID of this SubstitutionTransition. |
function
|
getLocalGuard()
Returns the actual local guard expression. |
function
|
getName()
Returns the name of this SubstitutionTransition. |
function
|
getNumberOfReplications()
Returns the number of replications for this SubstitutionTransition. |
function
|
getReplication(n)
Returns the n-th Replication object. |
function
|
setGlobalGuard(guardStr)
Sets the global guard expression for this transition. |
function
|
setLocalGuard(guardStr)
Sets the local guard expression for this transition. |
<static> function
|
add(net, name)
Adds a new substitution transition to the given net. |
<static> function
|
withName(net, name)
Tries to find the substitution transition with the given name inside the provided net. |
| Constructor Detail |
function SubstitutionTransition(javaObject)
javaObject - The java object to encapsulate.
| Method Detail |
function getGlobalGuard()
function getID()
function getLocalGuard()
function getName()
function getNumberOfReplications()
function getReplication(n)
n - The number of the Replication to return.
function setGlobalGuard(guardStr)
guardStr - The new global guard expression.
function setLocalGuard(guardStr)
guardStr - The new local guard expression.
<static> function add(net, name)
net - The net to create the new substitution transition in.
name - The name of this new substitution transition.
<static> function withName(net, name)
net - The net to search in.
name - The name of the transition to search.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||