?? prologdecisiontableexporter.h
字號(hào):
//-------------------------------------------------------------------// Author........: Aleksander 豩rn// Date..........:// Description...:// Revisions.....://===================================================================#ifndef __PROLOGDECISIONTABLEEXPORTER_H__#define __PROLOGDECISIONTABLEEXPORTER_H__#include <copyright.h>#include <kernel/algorithms/decisiontableexporter.h>//-------------------------------------------------------------------// Class.........: PrologDecisionTableExporter// Author........: Aleksander 豩rn// Date..........:// Description...: Exports a decision table to Prolog format.// Revisions.....://===================================================================class PrologDecisionTableExporter : public DecisionTableExporter {protected: //- Methods inherited from Exporter................................ virtual bool ExportPrologue(ofstream &stream, const Structure &structure) const; //- Methods inherited from DecisionTableExporter................... virtual bool ExportInformationVector(ofstream &stream, const DecisionTable &table, int object_no, bool masked) const;public: //- Constructors/destructor........................................ PrologDecisionTableExporter(); virtual ~PrologDecisionTableExporter(); //- Methods inherited from Identifier.............................. DECLAREIDMETHODS()};#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -