[This is preliminary documentation and is subject to change.]

Adds the specified episode to episodic memory

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public void AddEpisode(
	Episode em
)

Parameters

em
Type: Clarion.Framework..::..Episode
The episode to be added to episodic memory

See Also