Documentation ¶
Overview ¶
Package buffer implements ACT-R buffers.
Index ¶
Constants ¶
View Source
const ( BuiltIn = true NotBuiltIn = false )
Variables ¶
This section is empty.
Functions ¶
func IsValidState ¶ added in v0.12.0
IsValidState checks if 'state' is a valid buffer state.
func ValidStatesStr ¶ added in v0.12.0
func ValidStatesStr() string
ValidStatesStr returns a list of (sorted) valid buffer states. Used for error output.
Types ¶
type Interface ¶ added in v0.12.0
type Interface interface { Name() string IsBuiltIn() bool DefaultSpreadingActivation() float64 SpreadingActivation() float64 Parameters() param.ParametersInterface SetParam(param *keyvalue.KeyValue) error RequestParameters() param.ParametersInterface SetRequestParam(param *keyvalue.KeyValue) error }
type List ¶ added in v0.12.0
type List []Interface
List is a list of buffers that we provide operations on
Click to show internal directories.
Click to hide internal directories.