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

The options under which the goal structure can be made to behave

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public enum GoalStructureBehaviorOptions

Members

Member nameValueDescription
LIST0 Specifies that the goal structure should behave like a goal list
STACK1 Specifies that the goal structure should behave like a goal stack

See Also