struct Quartz::DSDE::Executive::State

Overview

A struct that wraps the state of a model

Included Modules

Defined in:

Constructors

Instance Method Summary

Instance methods inherited from struct Quartz::State

to_json(json : JSON::Builder) to_json, to_msgpack(packer : MessagePack::Packer) to_msgpack, to_named_tuple to_named_tuple, to_tuple to_tuple

Constructor methods inherited from struct Quartz::State

new(pull : JSON::PullParser)
new(pull : MessagePack::PullParser)
new
new

Class methods inherited from struct Quartz::State

from_json(io : IO)
from_json(str : String)
from_json
, from_msgpack(io : IO)
from_msgpack(bytes : Bytes)
from_msgpack

Instance methods inherited from struct Value

==(other : Quartz::Any) ==

Instance methods inherited from class Object

===(other : Quartz::Any) ===

Constructor Detail

def self.new(hash : Hash(Symbol, Union(Symbol))) #

def self.new(hash : Hash(String, Union(Symbol))) #

def self.new(__temp_47 : JSON::PullParser) #

def self.new(*, phase : Symbol = :idle, **args) #

Instance Method Detail

def phase : Symbol #

def to_hash #

def to_json(json : JSON::Builder) #

def to_named_tuple #

def to_tuple #