pnet_dart library

Classes

Pnet<cbDataT>
class that represents a petrinet
PnetCompileIL
PnetEvt
input events for transitions
PnetMatrix
matrix of type int, can be constructed by calling PnetMatrix() or PnetMatrix.from()

Enums

PnetError
errors return by pnet methods

Typedefs

PnetCallback<cbData> = void Function(cbData?, int)
callback for the pnet

Exceptions / Errors

PnetException
exception for pnet. Wraps libpnet error handling