Rename classes from MentalExistent=>MentalPhenomenon
This commit is contained in:
@@ -1,30 +1,30 @@
|
|||||||
#ifndef _ARTIFICED_MENTAL_EXISTENT_H
|
#ifndef _ARTIFICED_MENTAL_PHENOMENON_H
|
||||||
#define _ARTIFICED_MENTAL_EXISTENT_H
|
#define _ARTIFICED_MENTAL_PHENOMENON_H
|
||||||
|
|
||||||
#include "mentalExistent.h"
|
#include "implexa.h"
|
||||||
|
|
||||||
namespace smo {
|
namespace smo {
|
||||||
|
|
||||||
class FogArtificedMentalExistent
|
class FogArtificedMentalPhenomenon
|
||||||
: public ArtificedMentalExistent
|
: public ArtificedMentalPhenomenon
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef FogArtificedMentalExistent Fogaxent, FogArtixent;
|
typedef FogArtificedMentalPhenomenon Fogen, Fogena;
|
||||||
|
|
||||||
class IdyllicArtificedMentalExistent
|
class IdyllicArtificedMentalPhenomenon
|
||||||
: public ArtificedMentalExistent
|
: public ArtificedMentalPhenomenon
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef IdyllicArtificedMentalExistent Idyllixent, IdyllArtixent;
|
typedef IdyllicArtificedMentalPhenomenon Idyllen, Idyllena;
|
||||||
|
|
||||||
class FantasyArtificedMentalExistent
|
class FantasyArtificedMentalPhenomenon
|
||||||
: public ArtificedMentalExistent
|
: public ArtificedMentalPhenomenon
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef FantasyArtificedMentalExistent Fantaxent, FanArtixent;
|
typedef FantasyArtificedMentalPhenomenon Fantan, Fantana;
|
||||||
|
|
||||||
} // namespace smo
|
} // namespace smo
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,31 @@
|
|||||||
|
#ifndef _ARTIFICED_MENTAL_PHENOMENON_H
|
||||||
|
#define _ARTIFICED_MENTAL_PHENOMENON_H
|
||||||
|
|
||||||
|
#include "implexa.h"
|
||||||
|
|
||||||
|
namespace smo {
|
||||||
|
|
||||||
|
class FogArtificedMentalPhenomenon
|
||||||
|
: public ArtificedMentalPhenomenon
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef FogArtificedMentalPhenomenon Fogenon;
|
||||||
|
|
||||||
|
class IdyllicArtificedMentalPhenomenon
|
||||||
|
: public ArtificedMentalPhenomenon
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef IdyllicArtificedMentalPhenomenon Idyllenon;
|
||||||
|
|
||||||
|
class FantasyArtificedMentalPhenomenon
|
||||||
|
: public ArtificedMentalPhenomenon
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef FantasyArtificedMentalPhenomenon Fantanon;
|
||||||
|
|
||||||
|
} // namespace smo
|
||||||
|
|
||||||
|
#endif // _ARTIFICED_MENTAL_PHENOMENON_H
|
||||||
@@ -1,23 +1,23 @@
|
|||||||
#ifndef _FANTASY_ARTIFICED_MENTAL_EXISTENT_H
|
#ifndef _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
|
||||||
#define _FANTASY_ARTIFICED_MENTAL_EXISTENT_H
|
#define _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
|
||||||
|
|
||||||
#include "artificedMentalExistent.h"
|
#include "artificedMentalPhenomenon.h"
|
||||||
|
|
||||||
namespace smo {
|
namespace smo {
|
||||||
|
|
||||||
class FictionalFantasyArtificedMentalExistent
|
class FictionalFantasyArtificedMentalPhenomenon
|
||||||
: public FantasyArtificedMentalExistent
|
: public FantasyArtificedMentalPhenomenon
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef FictionalFantasyArtificedMentalExistent Fictaxent, FictFantixent;
|
typedef FictionalFantasyArtificedMentalPhenomenon Ficten, Fictena;
|
||||||
|
|
||||||
class AspirationFantasyArtificedMentalExistent
|
class AspirationFantasyArtificedMentalPhenomenon
|
||||||
: public FantasyArtificedMentalExistent
|
: public FantasyArtificedMentalPhenomenon
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef AspirationFantasyArtificedMentalExistent Aspixent, AsFantixent;
|
typedef AspirationFantasyArtificedMentalPhenomenon Aspan, Aspana;
|
||||||
|
|
||||||
} // namespace smo
|
} // namespace smo
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,24 @@
|
|||||||
|
#ifndef _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
|
||||||
|
#define _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
|
||||||
|
|
||||||
|
#include "artificedMentalPhenomenon.h"
|
||||||
|
|
||||||
|
namespace smo {
|
||||||
|
|
||||||
|
class FictionalFantasyArtificedMentalPhenomenon
|
||||||
|
: public FantasyArtificedMentalPhenomenon
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef FictionalFantasyArtificedMentalPhenomenon Fictenon;
|
||||||
|
|
||||||
|
class AspirationFantasyArtificedMentalPhenomenon
|
||||||
|
: public FantasyArtificedMentalPhenomenon
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef AspirationFantasyArtificedMentalPhenomenon Aspanon;
|
||||||
|
|
||||||
|
} // namespace smo
|
||||||
|
|
||||||
|
#endif // _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
#ifndef _IMPLEXA_H
|
||||||
|
#define _IMPLEXA_H
|
||||||
|
|
||||||
|
#include "mentalEntity.h"
|
||||||
|
|
||||||
|
namespace smo {
|
||||||
|
|
||||||
|
/*
|
||||||
|
* MentalPhenomena are content of the mind that specifically represents
|
||||||
|
* phenomena. I.e: perceptual data, whether structural or implicative. All
|
||||||
|
* Menten are Mentities, but not all Mentities are Menten.
|
||||||
|
*/
|
||||||
|
|
||||||
|
struct MentalPhenomenon
|
||||||
|
: public MentalEntity
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
MentalPhenomenon(const MentalEntity::Id id)
|
||||||
|
: MentalEntity(id)
|
||||||
|
{}
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef MentalPhenomenon Mentenon;
|
||||||
|
|
||||||
|
class ImplexedMentalPhenomenon
|
||||||
|
: public MentalPhenomenon
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef ImplexedMentalPhenomenon Implexon;
|
||||||
|
|
||||||
|
class ArtificedMentalPhenomenon
|
||||||
|
: public MentalPhenomenon
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef ArtificedMentalPhenomenon Artifenon;
|
||||||
|
|
||||||
|
} // namespace smo
|
||||||
|
|
||||||
|
#endif // _IMPLEXA_H
|
||||||
@@ -1,41 +0,0 @@
|
|||||||
#ifndef _MENTAL_EXISTENT_H
|
|
||||||
#define _MENTAL_EXISTENT_H
|
|
||||||
|
|
||||||
#include "mentalEntity.h"
|
|
||||||
|
|
||||||
namespace smo {
|
|
||||||
|
|
||||||
/*
|
|
||||||
* MentalExistents are content of the mind that specifically represents
|
|
||||||
* existents. I.e: perceptual data, whether structural or implicative. All
|
|
||||||
* Mentexents are Mentities, but not all Mentities are Mentexents.
|
|
||||||
*/
|
|
||||||
|
|
||||||
struct MentalExistent
|
|
||||||
: public MentalEntity
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
MentalExistent(const MentalEntity::Id id)
|
|
||||||
: MentalEntity(id)
|
|
||||||
{}
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef MentalExistent Mentexent;
|
|
||||||
|
|
||||||
class ImplexedMentalExistent
|
|
||||||
: public MentalExistent
|
|
||||||
{
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef ImplexedMentalExistent Implexent;
|
|
||||||
|
|
||||||
class ArtificedMentalExistent
|
|
||||||
: public MentalExistent
|
|
||||||
{
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef ArtificedMentalExistent Artifixent, Artixent;
|
|
||||||
|
|
||||||
} // namespace smo
|
|
||||||
|
|
||||||
#endif
|
|
||||||
@@ -3,16 +3,16 @@
|
|||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <attentionTrigger.h>
|
#include <attentionTrigger.h>
|
||||||
#include <mentalExistent.h>
|
#include <implexa.h>
|
||||||
|
|
||||||
namespace smo {
|
namespace smo {
|
||||||
|
|
||||||
class Quale
|
class Quale
|
||||||
: public MentalExistent
|
: public MentalPhenomenon
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Quale(const MentalEntity::Id id, const int32_t intensity)
|
Quale(const MentalEntity::Id id, const int32_t intensity)
|
||||||
: MentalExistent(id),
|
: MentalPhenomenon(id),
|
||||||
intensity(intensity)
|
intensity(intensity)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user