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

The ParameterSettingModule type exposes the following members.

Constructors

  Name Description
Protected method ParameterSettingModule
Initializes a new instance of the ParameterSettingModule class

Methods

  Name Description
Protected method AddWaitPublisher (Inherited from MetaCognitiveModule.)
Public method Commit()()()() (Inherited from MetaCognitiveModule.)
Public method Commit(ICommitable) (Inherited from MetaCognitiveModule.)
Protected method GetFeedbackFromLearningEventArgs (Inherited from MetaCognitiveModule.)
Protected method InterpretMetaCognition (Overrides MetaCognitiveModule..::..InterpretMetaCognition(LocalEpisodicMemoryTuple).)
Public method InvokeEvent
Protected method OnPublicationTimingSpecified (Overrides MetaCognitiveModule..::..OnPublicationTimingSpecified(Object, PublicationTimingsSpecifiedEventArgs).)
Protected method OnPublisherAvailable (Overrides MetaCognitiveModule..::..OnPublisherAvailable(Object, PublisherAvailableEventArgs).)
Protected method OnPublisherRemoved (Overrides MetaCognitiveModule..::..OnPublisherRemoved(Object, PublisherRemovedEventArgs).)
Protected method OnSubscribeRequested (Overrides MetaCognitiveModule..::..OnSubscribeRequested(Object, SubscribeRequestedEventArgs).)
Protected method OnTimedEvent (Inherited from MetaCognitiveModule.)
Protected method OnTimingHoldRequest
Handles timing hold request events
(Inherited from MetaCognitiveModule.)
Protected method OnUnsubscribeRequested (Overrides MetaCognitiveModule..::..OnUnsubscribeRequested(Object, UnsubscribeRequestedEventArgs).)
Protected method ProcessParameterChanges (Inherited from MetaCognitiveModule.)
Protected method RemoveWaitPublisher (Inherited from MetaCognitiveModule.)
Public method Retract()()()() (Inherited from MetaCognitiveModule.)
Public method Retract(ICommitable) (Inherited from MetaCognitiveModule.)
Protected method UpdateSensoryInformationFromEventArgs (Overrides MetaCognitiveModule..::..UpdateSensoryInformationFromEventArgs(EventArgs, SensoryInformation).)

Fields

  Name Description
Protected field _lqlocker (Inherited from MetaCognitiveModule.)
Protected field _mcqlocker (Inherited from MetaCognitiveModule.)
Protected field aID (Inherited from MetaCognitiveModule.)
Protected field lQueue (Inherited from MetaCognitiveModule.)
Protected field mcQueue (Inherited from MetaCognitiveModule.)
Protected field mcQueueHandle (Inherited from MetaCognitiveModule.)
Protected field mcReadyHandle (Inherited from MetaCognitiveModule.)

Properties

  Name Description
Public property Static member Factory
Public property Static member GlobalParameters
Gets the global parameters for the ParameterSettingModule class
Public property InitializeOnCommit
Specifies whether initialization operations should be performed when the module in committed
(Inherited from MetaCognitiveModule.)
Public property IsReadOnly
Specifies whether the module is in a read-only (i.e., immutable) state
(Inherited from MetaCognitiveModule.)
Protected property MCARS_Locker (Inherited from MetaCognitiveModule.)
Protected property MCN_Locker (Inherited from MetaCognitiveModule.)
Public property MetaCognitionActionRules (Inherited from MetaCognitiveModule.)
Public property MetaCognitionDecisionNetworks (Inherited from MetaCognitiveModule.)
Public property OnEventHandler
Public property Parameters
Public property PositiveMatchMethod
Sets the (optional) positive match determiner that can be used in-lieu of the default method for updating the match statistics for the top and bottom levels as a whole
(Inherited from MetaCognitiveModule.)
Public property RuleExtractionFactory
Sets the factory that is to be used for extracting rules from the bottom level of the meta-cognitive module
(Inherited from MetaCognitiveModule.)
Public property RuleExtractionFactoryParameters
Sets the parameters associated with the factory used for extracting rules from the bottom level of the meta-cognitive module
(Inherited from MetaCognitiveModule.)
Public property RuleExtractionMethod
Sets the (optional) rule extraction method that can be used in-lieu of the default method for extracting rule from the bottom level of the meta-cognitive module
(Inherited from MetaCognitiveModule.)

Explicit Interface Implementations

See Also