CMiniLexicon::FindMajorSignatures(): use log file routines
[linguistica.git] / RuleCollection.h
blob4690d2f4856155e8f144439178ff508c434a7f44
1 // CRuleCollection class
2 // Copyright © 2009 The University of Chicago
3 #ifndef RULECOLLECTION_H
4 #define RULECOLLECTION_H
6 class CRuleCollection;
8 #include "CollectionTemplate.h"
9 #include "Rule.h"
11 class CRuleCollection : public TCollection < CRule >
13 public:
14 CRuleCollection();
15 CRuleCollection(class CLexicon*);
16 virtual ~CRuleCollection();
18 CRule* operator<< ( CRule& );
19 // CRule* operator^= ( CString rule );
20 // void ReadRuleFile ( LPCTSTR );
21 // void Display(CMyCollectionView*);
24 #endif // RULECOLLECTION_H