|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--Net
Creates a new Net object.
Defined in Net.js
| Constructor Summary | |
Net
(javaObject)
|
|
| Method Summary | |
function
|
check()
Checks the net for errors. |
function
|
check2()
Checks this net for errors. |
function
|
getArcs()
Returns an array of all arcs inside this net. |
function
|
getPlaces()
Returns an array of all places inside this net. |
function
|
getTransitions()
Returns an array of all transitions inside this net. |
function
|
importLib(filename)
Imports the library specified by the given filename. |
function
|
toFile(filename)
Exports this net to the given file. |
<static> function
|
create()
Creates a new, empty Net. |
<static> function
|
load(filename)
Loads an existing net. |
| Constructor Detail |
function Net(javaObject)
javaObject - The java object to encapsulate.
| Method Detail |
function check()
function check2()
function getArcs()
function getPlaces()
function getTransitions()
function importLib(filename)
filename - The name of the library file to iport.
function toFile(filename)
filename - The name of the file tpo export to.
<static> function create()
<static> function load(filename)
filename - The filename of the net to load.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||