Rename: Concept=>Cologex
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#ifndef _CONCEPT_H
|
#ifndef _COMBINATORIAL_LOGIC_EXPRESSION_H
|
||||||
#define _CONCEPT_H
|
#define _COMBINATORIAL_LOGIC_EXPRESSION_H
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
#include <mentalEntity.h>
|
#include <mentalEntity.h>
|
||||||
|
|
||||||
namespace smo {
|
namespace smo {
|
||||||
namespace concepts {
|
namespace cologex {
|
||||||
|
|
||||||
class Comparator
|
class Comparator
|
||||||
: public MentalEntity, public logic::Operand
|
: public MentalEntity, public logic::Operand
|
||||||
@@ -43,9 +43,10 @@ public:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef CombinatorialLogicExpression Concept;
|
typedef CombinatorialLogicExpression Cologex;
|
||||||
|
typedef CombinatorialLogicExpression Clast;
|
||||||
|
|
||||||
} // namespace concept
|
} // namespace cologex
|
||||||
} // namespace smo
|
} // namespace smo
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Reference in New Issue
Block a user