crowdmodel.agents
Class Sensor
java.lang.Object
crowdmodel.agents.Sensor
public abstract class Sensor
- extends java.lang.Object
Sensor is one of the architecture main types.
Architecture consists out of a sensor, motor, memory and physiology part.
All there is to describe behaviour, influences factors, processes, characteristics etc.
need to be described in either one of the (derived) main parts of the architecture
Sensor: describes the sensing part of an individual
In representing the sensors of the human cognitive system
contraints are inflicted upon perception by being embodied (ie having a body)
For instance: the range of eyes | ears affect what is perceived and more important
what is not perceived describes the action/execution of an individual.
- Author:
- Nanda Wijermans
Constructor Summary |
protected |
Sensor(int width,
int depth)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
private int width
depth
private int depth
Sensor
protected Sensor(int width,
int depth)
getInfo
public void getInfo()
setWidth
protected void setWidth(int width)
getWidth
public int getWidth()
setDepth
protected void setDepth(int depth)
getDepth
public int getDepth()