[This is preliminary documentation and is subject to change.]
This class implements the Non Action Centered Subsystem (NACS) in the CLARION Library
Namespace: Clarion.FrameworkAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public sealed class NonActionCenteredSubsystem : ISubscribes<ParameterChangeRequestedEventArgs>, ISubscribes<FeedbackReceivedEventArgs>, ISubscribes<ReasoningRequestedEventArgs>, ISubscribes<RetrieveRequestedEventArgs>, ISubscribes<LearningRequestedEventArgs>, ISubscribes, IPublishes<ReasoningCompletedEventArgs>, IPublishes<RetrieveCompletedEventArgs>, IPublishes<LearningRequestedEventArgs>, IPublishes |
Remarks
This subsystem is currently under development.
At this time, ONLY the primary reasoning mechanism is available and MUST be used in a "standalone" fashion. For an example of how to use the NACS's reasoning mechanism, please see the "Reasoner - Simple.cs" sample (located in the "Advanced" section of the "Samples" folder).
Copyright 2011. Nicholas Wilson