[This is preliminary documentation and is subject to change.]
This class implements the Action Centered Subsystem (ACS) 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 ActionCenteredSubsystem : ISubscribes<ParameterChangeRequestedEventArgs>,
ISubscribes<SensoryInformationPerceivedEventArgs>, ISubscribes<GoalStructureUpdatedEventArgs>, ISubscribes<WorkingMemoryUpdateRequestedEventArgs>,
ISubscribes<FeedbackReceivedEventArgs>, ISubscribes<ReasoningCompletedEventArgs>, ISubscribes<RetrieveCompletedEventArgs>,
ISubscribes<LearningRequestedEventArgs>, ISubscribes<TimingHoldRequestedEventArgs>, ISubscribes,
IPublishes<ParameterChangeRequestedEventArgs>, IPublishes<WorkingMemoryUpdatedEventArgs>, IPublishes<WorkingMemoryUpdateRequestedEventArgs>,
IPublishes<GoalStructureUpdateRequestedEventArgs>, IPublishes<ReasoningRequestedEventArgs>, IPublishes<RetrieveRequestedEventArgs>,
IPublishes<ExternalActionRecommendedEventArgs>, IPublishes<PerceivedSensoryInformationModifiedEventArgs>, IPublishes |
Remarks
Inheritance Hierarchy
See Also