[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.1.0 (6.1.1.0)

Syntax

C#
public void AddEpisode(
	Episode em
)

Parameters

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

See Also