tit.observation.behaviour.BehaviourCodes Class Reference

List of all members.

Public Member Functions

 BehaviourCodes ()
 BehaviourCodes (char flycodeinit, char hopcodeinit, char preencodeinit, char billwipecodeinit, char boinkcodeinit, char peckringcodeinit, char tree1codeinit, char tree2codeinit, char tree3codeinit, char tree4codeinit, char tree5codeinit, char wall1codeinit, char wall2codeinit, char wall3codeinit, char wall4codeinit, char floorcodeinit, char doororwindowcodeinit, char otherlocationcodeinit)
boolean equals (Object other)
char getFlyCode ()
boolean isFlyCode (char code)
char getHopCode ()
boolean isHopCode (char code)
char getPreenCode ()
boolean isPreenCode (char code)
char getBillwipeCode ()
boolean isBillwipeCode (char code)
char getBoinkCode ()
boolean isBoinkCode (char code)
char getPeckRingCode ()
boolean isPeckRingCode (char code)
char getTree1Code ()
boolean isTree1Code (char code)
char getTree2Code ()
boolean isTree2Code (char code)
char getTree3Code ()
boolean isTree3Code (char code)
char getTree4Code ()
boolean isTree4Code (char code)
char getTree5Code ()
boolean isTree5Code (char code)
char getWall1Code ()
boolean isWall1Code (char code)
char getWall2Code ()
boolean isWall2Code (char code)
char getWall3Code ()
boolean isWall3Code (char code)
char getWall4Code ()
boolean isWall4Code (char code)
char getFloorCode ()
boolean isFloorCode (char code)
char getDoorOrWindowCode ()
boolean isDoorOrWindowCode (char code)
char getOtherLocationCode ()
boolean isOtherLocationCode (char code)

Static Public Attributes

static final BehaviourCodes AZERTY = new BehaviourCodes('u', 'i', 'j', 'k', 'o', 'l', 'q', 's', 'd', 'f', 'g', 'z', 'e', 'r', 't', 'v', 'c', 'x')
static final BehaviourCodes QWERTY = new BehaviourCodes('u', 'i', 'j', 'k', 'o', 'l', 'a', 's', 'd', 'f', 'g', 'w', 'e', 'r', 't', 'v', 'c', 'x')

Private Attributes

char flycode
char hopcode
char preencode
char billwipecode
char boinkcode
char peckringcode
char tree1code
char tree2code
char tree3code
char tree4code
char tree5code
char wall1code
char wall2code
char wall3code
char wall4code
char floorcode
char doororwindowcode
char otherlocationcode

Detailed Description

Contains the codes corresponding to the different kinds of behaviour.
Author:
Bart Sas


Constructor & Destructor Documentation

tit.observation.behaviour.BehaviourCodes.BehaviourCodes (  ) 

Creates a new BehaviurCodes instance.

tit.observation.behaviour.BehaviourCodes.BehaviourCodes ( char  flycodeinit,
char  hopcodeinit,
char  preencodeinit,
char  billwipecodeinit,
char  boinkcodeinit,
char  peckringcodeinit,
char  tree1codeinit,
char  tree2codeinit,
char  tree3codeinit,
char  tree4codeinit,
char  tree5codeinit,
char  wall1codeinit,
char  wall2codeinit,
char  wall3codeinit,
char  wall4codeinit,
char  floorcodeinit,
char  doororwindowcodeinit,
char  otherlocationcodeinit 
)

Creates a new BehaviurCodes instance.

Parameters:
flycodeinit The code for Fly.
hopcodeinit The code for Hop.
preencodeinit The code for Preen.
billwipecodeinit The code for Billwipe.
boinkcodeinit The code for Boink.
peckringcodeinit The code for PeckRing.
tree1codeinit The code for Tree1.
tree2codeinit The code for Tree2.
tree3codeinit The code for Tree3.
tree4codeinit The code for Tree4.
tree5codeinit The code for Tree5.
wall1codeinit The code for Wall1.
wall2codeinit The code for Wall2.
wall3codeinit The code for Wall3.
wall4codeinit The code for Wall4.
floorcodeinit The code for Floor.
doororwindowcodeinit The code for DoorOrWindow.
otherlocationcodeinit The code for OtherLocation.


Member Function Documentation

boolean tit.observation.behaviour.BehaviourCodes.equals ( Object  other  ) 

Checks whether this object equals another.

Parameters:
other The other object.
Returns:
true is this == other, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getFlyCode (  ) 

Get fly's code.

Returns:
Fly's code.

boolean tit.observation.behaviour.BehaviourCodes.isFlyCode ( char  code  ) 

Checks whether code is fly's code.

Parameters:
code The code from which we want to know if it's fly's code.
Returns:
true if code is fly's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getHopCode (  ) 

Get hop's code.

Returns:
Hop's code.

boolean tit.observation.behaviour.BehaviourCodes.isHopCode ( char  code  ) 

Checks whether code is hop's code.

Parameters:
code The code from which we want to know if it's hop's code.
Returns:
true if code is hop's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getPreenCode (  ) 

Get preen's code.

Returns:
Preen's code.

boolean tit.observation.behaviour.BehaviourCodes.isPreenCode ( char  code  ) 

Checks whether code is preen's code.

Parameters:
code The code from which we want to know if it's preen's code.
Returns:
true if code is preen's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getBillwipeCode (  ) 

Get billwipe's code.

Returns:
Billwipe's code.

boolean tit.observation.behaviour.BehaviourCodes.isBillwipeCode ( char  code  ) 

Checks whether code is billwipe's code.

Parameters:
code The code from which we want to know if it's billwipe's code.
Returns:
true if code is billwipe's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getBoinkCode (  ) 

Get boink's code.

Returns:
Boink's code.

boolean tit.observation.behaviour.BehaviourCodes.isBoinkCode ( char  code  ) 

Checks whether code is boink's code.

Parameters:
code The code from which we want to know if it's boink's code.
Returns:
true if code is boink's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getPeckRingCode (  ) 

Get peckring's code.

Returns:
PeckRing's code.

boolean tit.observation.behaviour.BehaviourCodes.isPeckRingCode ( char  code  ) 

Checks whether code is peckring's code.

Parameters:
code The code from which we want to know if it's peckring's code.
Returns:
true if code is peckring's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getTree1Code (  ) 

Get tree1's code.

Returns:
Tree1's code.

boolean tit.observation.behaviour.BehaviourCodes.isTree1Code ( char  code  ) 

Checks whether code is tree1's code.

Parameters:
code The code from which we want to know if it's tree1's code.
Returns:
true if code is tree1's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getTree2Code (  ) 

Get tree2's code.

Returns:
Tree2's code.

boolean tit.observation.behaviour.BehaviourCodes.isTree2Code ( char  code  ) 

Checks whether code is tree2's code.

Parameters:
code The code from which we want to know if it's tree2's code.
Returns:
true if code is tree2's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getTree3Code (  ) 

Get tree3's code.

Returns:
Tree3's code.

boolean tit.observation.behaviour.BehaviourCodes.isTree3Code ( char  code  ) 

Checks whether code is tree3's code.

Parameters:
code The code from which we want to know if it's tree3's code.
Returns:
true if code is tree3's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getTree4Code (  ) 

Get tree4's code.

Returns:
Tree4's code.

boolean tit.observation.behaviour.BehaviourCodes.isTree4Code ( char  code  ) 

Checks whether code is tree4's code.

Parameters:
code The code from which we want to know if it's tree4's code.
Returns:
true if code is tree4's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getTree5Code (  ) 

Get tree5's code.

Returns:
Tree5's code.

boolean tit.observation.behaviour.BehaviourCodes.isTree5Code ( char  code  ) 

Checks whether code is tree5's code.

Parameters:
code The code from which we want to know if it's tree5's code.
Returns:
true if code is tree5's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getWall1Code (  ) 

Get wall1's code.

Returns:
Wall1's code.

boolean tit.observation.behaviour.BehaviourCodes.isWall1Code ( char  code  ) 

Checks whether code is wall1's code.

Parameters:
code The code from which we want to know if it's wall1's code.
Returns:
true if code is wall1's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getWall2Code (  ) 

Get wall2's code.

Returns:
Wall2's code.

boolean tit.observation.behaviour.BehaviourCodes.isWall2Code ( char  code  ) 

Checks whether code is wall2's code.

Parameters:
code The code from which we want to know if it's wall2's code.
Returns:
true if code is wall2's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getWall3Code (  ) 

Get wall3's code.

Returns:
Wall3's code.

boolean tit.observation.behaviour.BehaviourCodes.isWall3Code ( char  code  ) 

Checks whether code is wall3's code.

Parameters:
code The code from which we want to know if it's wall3's code.
Returns:
true if code is wall3's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getWall4Code (  ) 

Get wall4's code.

Returns:
Wall4's code.

boolean tit.observation.behaviour.BehaviourCodes.isWall4Code ( char  code  ) 

Checks whether code is wall4's code.

Parameters:
code The code from which we want to know if it's wall4's code.
Returns:
true if code is wall4's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getFloorCode (  ) 

Get floor's code.

Returns:
Floor's code.

boolean tit.observation.behaviour.BehaviourCodes.isFloorCode ( char  code  ) 

Checks whether code is floor's code.

Parameters:
code The code from which we want to know if it's floor's code.
Returns:
true if code is floor's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getDoorOrWindowCode (  ) 

Get doororwindow's code.

Returns:
DoorOrWindow's code.

boolean tit.observation.behaviour.BehaviourCodes.isDoorOrWindowCode ( char  code  ) 

Checks whether code is doororwindow's code.

Parameters:
code The code from which we want to know if it's doororwindow's code.
Returns:
true if code is doororwindow's code, false otherwise.

char tit.observation.behaviour.BehaviourCodes.getOtherLocationCode (  ) 

Get otherlocation's code.

Returns:
OtherLocation's code.

boolean tit.observation.behaviour.BehaviourCodes.isOtherLocationCode ( char  code  ) 

Checks whether code is otherlocation's code.

Parameters:
code The code from which we want to know if it's otherlocation's code.
Returns:
true if code is otherlocation's code, false otherwise.


Member Data Documentation

final BehaviourCodes tit.observation.behaviour.BehaviourCodes.AZERTY = new BehaviourCodes('u', 'i', 'j', 'k', 'o', 'l', 'q', 's', 'd', 'f', 'g', 'z', 'e', 'r', 't', 'v', 'c', 'x') [static]

The AZERTY codes.

final BehaviourCodes tit.observation.behaviour.BehaviourCodes.QWERTY = new BehaviourCodes('u', 'i', 'j', 'k', 'o', 'l', 'a', 's', 'd', 'f', 'g', 'w', 'e', 'r', 't', 'v', 'c', 'x') [static]

The QWERTY codes.

char tit.observation.behaviour.BehaviourCodes.flycode [private]

Fly's code.

char tit.observation.behaviour.BehaviourCodes.hopcode [private]

Hop's code.

char tit.observation.behaviour.BehaviourCodes.preencode [private]

Preen's code.

char tit.observation.behaviour.BehaviourCodes.billwipecode [private]

Billwipe's code.

char tit.observation.behaviour.BehaviourCodes.boinkcode [private]

Boink's code.

char tit.observation.behaviour.BehaviourCodes.peckringcode [private]

PeckRing's code.

char tit.observation.behaviour.BehaviourCodes.tree1code [private]

Tree1's code.

char tit.observation.behaviour.BehaviourCodes.tree2code [private]

Tree2's code.

char tit.observation.behaviour.BehaviourCodes.tree3code [private]

Tree3's code.

char tit.observation.behaviour.BehaviourCodes.tree4code [private]

Tree4's code.

char tit.observation.behaviour.BehaviourCodes.tree5code [private]

Tree5's code.

char tit.observation.behaviour.BehaviourCodes.wall1code [private]

Wall1's code.

char tit.observation.behaviour.BehaviourCodes.wall2code [private]

Wall2's code.

char tit.observation.behaviour.BehaviourCodes.wall3code [private]

Wall3's code.

char tit.observation.behaviour.BehaviourCodes.wall4code [private]

Wall4's code.

char tit.observation.behaviour.BehaviourCodes.floorcode [private]

Floor's code.

char tit.observation.behaviour.BehaviourCodes.doororwindowcode [private]

DoorOrWindow's code.

char tit.observation.behaviour.BehaviourCodes.otherlocationcode [private]

OtherLocation's code.


The documentation for this class was generated from the following file:
Generated on Sun Jun 3 16:44:00 2007 by  doxygen 1.5.1