Class Net

Object
   |
   +--Net

class 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

Net

function Net(javaObject)
Method Detail

check

function check()

check2

function check2()

getArcs

function getArcs()

getPlaces

function getPlaces()

getTransitions

function getTransitions()

importLib

function importLib(filename)

toFile

function toFile(filename)

create

<static> function create()

load

<static> function load(filename)