package
Version:
v0.0.0-...-1354865
Opens a new window with list of versions in this module.
Published: Jun 2, 2019
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type PTNet struct {
Places map[string]Place
Transitions map[Action]Transition
}
func (p PTNet) StateMachine() *StateMachine
type Place struct {
Initial uint64 `json:"initial"`
Offset int `json:"offset"`
Capacity uint64 `json:"capacity"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.