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

The FixedRule type exposes the following members.

Methods

  Name Description
Public method CalculateInformationGain(Rule)
Calculates the information gain using the match statistics of the specified rule.
(Inherited from Rule.)
Public method CalculateInformationGain(Rule, Rule)
Calculates the information gain using the match statistics of two specified rules.
(Inherited from Rule.)
Public method CalculateSupport (Overrides Rule..::..CalculateSupport(ActivationCollection).)
Public method CalculateUtility (Overrides ActionRule..::..CalculateUtility(Double, Double).)
Public method CheckDeletion
Public method Commit
Commits the rule
(Inherited from Rule.)
Public method Covers (Overrides Rule..::..Covers(Rule).)
Public method Equals(Object)
Determines whether the specified object is a Rule and if it is equal to this rule
(Inherited from Rule.)
Public method Equals(Rule) (Overrides Rule..::..Equals(Rule).)
Public method GetHashCode
Gets the hash code for this rule
(Inherited from Rule.)
Public method IsEligible
Indicates whether or not the rule is eligible to be used
(Inherited from Rule.)
Public method ResetStatistics
Resets the match statistics
(Inherited from Rule.)
Public method Retract
Retracts the rule
(Inherited from Rule.)
Public method UpdateMatchStatistics
Updates the match statistics for the rule
(Inherited from Rule.)

Properties

  Name Description
Public property Action
Gets the action chunk associated with this action rule
(Inherited from ActionRule.)
Protected property CommitLock
Gets the thread locker that should be used during committing process of a component
(Inherited from ClarionComponent.)
Protected property EligibilityCheckerDelegate
Gets the eligibility checker delegate (if one was specified during initialization, otherwise this will return null)
(Inherited from ClarionComponent.)
Public property Static member Factory
Public property FactoryParameters
Gets or sets the parameters that were used by the factory in order to generate the component
(Inherited from ClarionComponent.)
Public property GeneralizedCondition
Gets the generalized condition chunk of the rule
(Inherited from Rule.)
Public property Static member GlobalParameters
Gets the global parameters for the FixedRule class
Public property InitializeOnCommit
Specifies whether initialization operations should be performed when the component in committed
(Inherited from ClarionComponent.)
Public property IsReadOnly
Specifies whether the component is in a read-only (i.e., immutable) state
(Inherited from ClarionComponent.)
Public property LastEligibleTimeStamp
Gets or sets the time stamp for the last time the component was eligible
(Inherited from ClarionComponent.)
Protected property MatchMethod
Gets the positive match determiner delegate (if one was specified during initialization, otherwise this will return null)
(Inherited from Rule.)
Public property NegativeMatch
Gets or sets the negative match statistic
(Inherited from Rule.)
Public property OutputChunk
Gets the output chunk for the rule
(Inherited from Rule.)
Public property Parameters
Gets the local parameters for this fixed rule
Public property PositiveMatch
Gets or sets the positive match statistic
(Inherited from Rule.)

Explicit Interface Implementations

See Also