Documentation

NetworkState extends Model

A set of NetworkState models are created for a running Corporation to represent the Corporation's Transitions, effectively creating a "Turing Machine memory strip" for the state machine to move along.

Table of Contents

Properties

$fillable  : mixed
$table  : mixed

Methods

project()  : BelongsTo
type()  : Attribute

Properties

$fillable

protected mixed $fillable = ['type', 'active', 'project_id', 'data']

$table

protected mixed $table = 'laravel_neuro_network_state_machines'

Methods

project()

public project() : BelongsTo
Return values
BelongsTo

type()

protected type() : Attribute
Return values
Attribute

        
On this page

Search results