Package Classifier

Interface Summary
Anticipation This interface is used to represent the anticipation part of a classifier.
 

Class Summary
Action This class is used to represent the action part of a classifier
AnticipatoryClassifier This class is used to represent anticipatory classifiers.
BasicClassifier This class is used to implement standard classifiers such as ZCS classifiers If you want to improve the speed of MACS, you can delete this class and put all its methods in AnticipatoryClassifier.
MACSAnticipation This class is used to represent the anticipation part of a MACS classifier.
Message This class is used to represent parts of classifiers.
Perception This class is used to represent the perception part of classifiers.
Token This class is used to represent single units in messages.
TokenRepository The TokenRepository class is used to store the set of all Tokens used by the LCS All tokens are created once and for all so as to prevent the extensive use of "new".
Transition This class is used to represent a perception-action-effect transition.
YACSAnticipation This class is used to represent the anticipation part of a YACS classifier.