Class OutputArc
Object
|
+--OutputArc
- class
OutputArc
Creates a new OutputArc object.
Defined in OutputArc.js
|
Method Summary |
<static> function
|
add(net, transition, place, inscription)
Adds a new OutputArc to the given net and connects place and transition.
|
OutputArc
function OutputArc(javaObject)
Parameters:
javaObject - The java object to encapsulate
add
<static> function add(net, transition, place, inscription)
Adds a new OutputArc to the given net and connects place and transition.
Parameters:
net - The net to add the input arc to.
transition - The Transition where this arc should start.
place - The place to end the output arc.
inscription - The inscription of this arc.