Sensation identifies the type of Sensation that a Sensor can detect or that an Aspect is associated with. By default Sensation includes definitions for SIGHT, TOUCH, SOUND, SMELL, and TASTE, although any sensation name may be given. More...
Public Member Functions | |
Sensation () | |
Default constructor. | |
Sensation (string name) | |
Initialization constructor to set the Sensation name. | |
Sensation | Clone () |
Create a deep copy of the Sensation. | |
Public Attributes | |
const string | SIGHT = "sight" |
const string | TOUCH = "touch" |
const string | SOUND = "sound" |
const string | SMELL = "smell" |
const string | TASTE = "taste" |
string | sensationName |
The name of the sensation. |
Sensation identifies the type of Sensation that a Sensor can detect or that an Aspect is associated with. By default Sensation includes definitions for SIGHT, TOUCH, SOUND, SMELL, and TASTE, although any sensation name may be given.
RAIN.Ontology.Sensation.Sensation | ( | ) |
Default constructor.
RAIN.Ontology.Sensation.Sensation | ( | string | name | ) |
Sensation RAIN.Ontology.Sensation.Clone | ( | ) |
The name of the sensation.