Documentation ¶
Index ¶
- Variables
- type PyACTR
- func (PyACTR) Info() *framework.Info
- func (p *PyACTR) Initialize() (err error)
- func (p PyACTR) Model() (model *actr.Model)
- func (p *PyACTR) Run(initialBuffers framework.InitialBuffers) (result *framework.RunResult, err error)
- func (p *PyACTR) SetModel(model *actr.Model) (err error)
- func (PyACTR) ValidateModel(model *actr.Model) (log *issues.Log)
- func (p *PyACTR) WriteModel(path string, initialBuffers framework.InitialBuffers) (outputFileName string, err error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type PyACTR ¶
type PyACTR struct { framework.Framework framework.WriterHelper // contains filtered or unexported fields }
func (*PyACTR) Initialize ¶
func (PyACTR) ValidateModel ¶ added in v0.6.0
func (*PyACTR) WriteModel ¶
Click to show internal directories.
Click to hide internal directories.