Uses of Interface
clarion.system.InterfaceHandlesFeedback

Packages that use InterfaceHandlesFeedback
clarion.system   
 

Uses of InterfaceHandlesFeedback in clarion.system
 

Subinterfaces of InterfaceHandlesFeedback in clarion.system
 interface InterfaceHandlesFeedbackWithTime
          This interface is implemented by classes that handle feedback with a time stamp within CLARION.
 interface InterfaceRuntimeTrainable
          This interface is implemented by classes that can be trained at runtime within CLARION.
 interface InterfaceUsesQLearning
          This interface is implemented by classes that use the Q-learning algorithm for learning and updating of match statistics within CLARION.
 

Classes in clarion.system that implement InterfaceHandlesFeedback
 class AbstractEquation
          This class implements an equation within CLARION.
 class AbstractFixedRule
          This class implements a fixed rule within CLARION.
 class AbstractIRLRule
          This class implements an IRL rule within CLARION.
 class AbstractRule
          This class implements an abstract rule within CLARION.
 class AbstractRuntimeTrainableBPNet
          This class implements a runtime trainable backpropagating neural network within CLARION.
 class AbstractRuntimeTrainableImplicitModule
          This class implements a runtime trainable implicit module within CLARION.
 class ACSLevelProbabilitySettingEquation
          This class implements an ACS level probability setting equation within CLARION.
 class DriveEquation
          This class implements a drive equation within CLARION.
 class GoalSelectionEquation
          This class implements a goal selection equation within CLARION.
 class ImplicitModuleCollection
          This class implements an implicit module collection within CLARION.
 class QBPNet
          This class implements a Q-learning backpropagating neural network within CLARION.
 class RefineableRule
          This class implements a refineable rule within CLARION.
 class RuleCollection
          This class implements a rule collection within CLARION.
 class SimplifiedQBPNet
          This class implements a simplified Q-learning backpropagating neural network within CLARION.
 class TableLookup
          This class implements a table lookup within CLARION.