Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Model ¶
type Model interface { Var() Var GetVars() []*model.VarMap StateMachine() *StateMachine PTNet() *ptnet.PTNet Marshal() (*any.Any, error) }
func NewModel ¶
func NewModel(schema string, m ModelDeclaration) Model
build new model instance and return it's interface
type StateMachine ¶
type StateMachine = statemachine.StateMachine
type StateVector ¶
type StateVector = statemachine.StateVector
type Vector ¶
type Vector = statemachine.Delta
Click to show internal directories.
Click to hide internal directories.