crowdmodel.agents
Class Sensor

java.lang.Object
  extended by 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

Field Summary
private  int depth
           
private  int width
           
 
Constructor Summary
protected Sensor(int width, int depth)
           
 
Method Summary
 int getDepth()
           
 void getInfo()
           
 int getWidth()
           
protected  void setDepth(int depth)
           
protected  void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

private int width

depth

private int depth
Constructor Detail

Sensor

protected Sensor(int width,
                 int depth)
Method Detail

getInfo

public void getInfo()

setWidth

protected void setWidth(int width)

getWidth

public int getWidth()

setDepth

protected void setDepth(int depth)

getDepth

public int getDepth()