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