📄 creator.cpp
字号:
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//===================================================================
#include <stdafx.h> // Precompiled headers.
#include <copyright.h>
#include <kernel/utilities/creator.h>
#include <kernel/utilities/iokit.h>
#include <kernel/structures/annotation.h>
#include <kernel/structures/approximation.h>
#include <kernel/structures/attribute.h>
#include <kernel/structures/batchclassification.h>
#include <kernel/structures/classification.h>
#include <kernel/structures/decisiontable.h>
#include <kernel/structures/decisiontables.h>
#include <kernel/structures/dictionary.h>
#include <kernel/structures/equivalenceclass.h>
#include <kernel/structures/equivalenceclasses.h>
#include <kernel/structures/floatattribute.h>
#include <kernel/structures/generalizeddecision.h>
#include <kernel/structures/graph.h>
#include <kernel/structures/informationvector.h>
#include <kernel/structures/integerattribute.h>
#include <kernel/structures/project.h>
#include <kernel/structures/reduct.h>
#include <kernel/structures/reducts.h>
#include <kernel/structures/rule.h>
#include <kernel/structures/rulebasedclassification.h>
#include <kernel/structures/rules.h>
#include <kernel/structures/stringattribute.h>
#include <kernel/structures/structure.h>
#include <kernel/structures/structures.h>
#if defined(_RSES)
#include <kernel/rses/structures/rsesdecisiontable.h>
#include <kernel/rses/structures/rsesreduct.h>
#include <kernel/rses/structures/rsesreducts.h>
#include <kernel/rses/structures/rsesrule.h>
#include <kernel/rses/structures/rsesrules.h>
#endif
#include <kernel/system/fstream.h>
#include <common/objectmanager.h>
//-------------------------------------------------------------------
// Methods for class Creator.
//===================================================================
//-------------------------------------------------------------------
// Method........: Create
// Author........: Aleksander 豩rn
// Date..........:
// Description...: Creates and returns a structure of the specified
// type.
// Comments......: If this fails, check the order of the installation.
//
// Revisions.....: A
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -