[This is preliminary documentation and is subject to change.]
This class serves as the base template class for the internal (i.e., functional) components (e.g., implicit-decision networks, action rules, associative rules, etc.)
in the Clarion Library
Namespace: Clarion.Framework.CoreAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public abstract class ClarionComponent : ISubscribes<ParameterChangeRequestedEventArgs>, ISubscribes, ICommitable |
Remarks
![]() |
---|
This class is abstract, and therefore cannot be initialized on its own |
All components MUST extend this class (or a subclass of this class) in order to be used within either the top or bottom levels of the Clarion subsystems.
![]() |
---|
The motivational subsystem, which contains drives in its bottom level and the goal structure in the top level, is an exception to the statement above. In addition, the meta-cognitive subsystem is simply a container for meta-cognitive modules, each of which has its own top and bottom levels. |
Custom components may be implemented by extending this class, although it is more likely that you will want to extend a subclass of this class (such as ActionRule, TrainableImplicitComponent, ReinforcementTrainableImplicitComponent, etc.).
![]() |
---|
Implementing a custom component is NOT a simple task. Users should have both a firm understanding of the Clarion theory as well as significant experience using the Clarion Library before attempting to implement their own (custom) component. This being said, a detailed explanation of how to implement a custom component can be found in the Advanced Tutorial under the Tutorials section of the Clarion Library package. |
Copyright 2011. Nicholas Wilson
Inheritance Hierarchy
System..::..Object
Clarion.Framework.Core..::..ClarionComponent
Clarion.Framework.Core..::..Rule
Clarion.Framework.Templates..::..ImplicitComponent
Clarion.Framework.Core..::..ClarionComponent
Clarion.Framework.Core..::..Rule
Clarion.Framework.Templates..::..ImplicitComponent