tit.summary.Summarizer Class Reference

Inheritance diagram for tit.summary.Summarizer:

tit.observation.Observation tit.summary.Summary List of all members.

Public Member Functions

 Summarizer (long frominit, long untilinit)
void startObservation () throws ObservationInIllegalStateException
void stopObservation (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordFly (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordHop (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordPreen (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordBillwipe (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordBoink (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordPeckRing (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordTree1 (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordTree2 (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordTree3 (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordTree4 (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordTree5 (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordWall1 (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordWall2 (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordWall3 (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordWall4 (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordFloor (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordDoorOrWindow (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
void recordOtherLocation (long time) throws ObservationInIllegalStateException, ObservationsInWrongOrderException
boolean issetTSES ()
long getTSES () throws AttributeNotSetException
boolean isset1B1 ()
long get1B1 () throws AttributeNotSetException
boolean isset1B2 ()
long get1B2 () throws AttributeNotSetException
boolean isset1B3 ()
long get1B3 () throws AttributeNotSetException
boolean isset1B4 ()
long get1B4 () throws AttributeNotSetException
boolean isset1B5 ()
long get1B5 () throws AttributeNotSetException
boolean issetVIERDE ()
long getVIERDE () throws AttributeNotSetException
boolean issetVIJFDE ()
long getVIJFDE () throws AttributeNotSetException
boolean issetA ()
long getA () throws AttributeNotSetException
boolean issetO ()
long getO () throws AttributeNotSetException
boolean issetF ()
int getF () throws AttributeNotSetException
boolean issetH ()
int getH () throws AttributeNotSetException
boolean issetB ()
int getB () throws AttributeNotSetException
boolean issetP ()
int getP () throws AttributeNotSetException
boolean issetBW ()
int getBW () throws AttributeNotSetException
boolean issetPR ()
int getPR () throws AttributeNotSetException
boolean issetB1 ()
int getB1 () throws AttributeNotSetException
boolean issetB2 ()
int getB2 () throws AttributeNotSetException
boolean issetB3 ()
int getB3 () throws AttributeNotSetException
boolean issetB4 ()
int getB4 () throws AttributeNotSetException
boolean issetB5 ()
int getB5 () throws AttributeNotSetException
boolean issetW1 ()
int getW1 () throws AttributeNotSetException
boolean issetW2 ()
int getW2 () throws AttributeNotSetException
boolean issetW3 ()
int getW3 () throws AttributeNotSetException
boolean issetW4 ()
int getW4 () throws AttributeNotSetException
boolean issetG ()
int getG () throws AttributeNotSetException
boolean issetHA ()
int getHA () throws AttributeNotSetException
boolean issetDW ()
int getDW () throws AttributeNotSetException
boolean issetBB ()
int getBB () throws AttributeNotSetException
boolean issetSS ()
int getSS () throws AttributeNotSetException
boolean issetSB ()
int getSB () throws AttributeNotSetException
boolean issetHH ()
int getHH () throws AttributeNotSetException
boolean issetHS ()
int getHS () throws AttributeNotSetException
boolean issetHB ()
int getHB () throws AttributeNotSetException
boolean issetDX ()
int getDX () throws AttributeNotSetException
boolean issetGX ()
int getGX () throws AttributeNotSetException
boolean issetTF ()
long getTF () throws AttributeNotSetException
boolean issetTB1 ()
long getTB1 () throws AttributeNotSetException
boolean issetTB2 ()
long getTB2 () throws AttributeNotSetException
boolean issetTB3 ()
long getTB3 () throws AttributeNotSetException
boolean issetTB4 ()
long getTB4 () throws AttributeNotSetException
boolean issetTB5 ()
long getTB5 () throws AttributeNotSetException
boolean issetTW1 ()
long getTW1 () throws AttributeNotSetException
boolean issetTW2 ()
long getTW2 () throws AttributeNotSetException
boolean issetTW3 ()
long getTW3 () throws AttributeNotSetException
boolean issetTW4 ()
long getTW4 () throws AttributeNotSetException
boolean issetTG ()
long getTG () throws AttributeNotSetException
boolean issetTHA ()
long getTHA () throws AttributeNotSetException
boolean issetTDW ()
long getTDW () throws AttributeNotSetException

Private Types

enum  Location {
  NOWHERE, FLY, TREE1, TREE2,
  TREE3, TREE4, TREE5, WALL1,
  WALL2, WALL3, WALL4, FLOOR,
  DOOR_OR_WINDOW, OTHER_LOCATION
}

Private Attributes

long from
long until
Location previouslocation
long previoustime
Location previousrestinglocation
long attributetses
long attribute1b1
long attribute1b2
long attribute1b3
long attribute1b4
long attribute1b5
long attributea
long attributeo
int attributef
int attributeh
int attributeb
int attributep
int attributebw
int attributepr
int attributeb1
int attributeb2
int attributeb3
int attributeb4
int attributeb5
int attributew1
int attributew2
int attributew3
int attributew4
int attributeg
int attributeha
int attributedw
int attributebb
int attributess
int attributesb
int attributehh
int attributehs
int attributehb
int attributedx
int attributegx
long attributetf
long attributetb1
long attributetb2
long attributetb3
long attributetb4
long attributetb5
long attributetw1
long attributetw2
long attributetw3
long attributetw4
long attributetg
long attributetha
long attributetdw

Detailed Description

Class for summarizing an observation.
Author:
Bart Sas


Member Enumeration Documentation

enum tit::summary::Summarizer::Location [private]

The different locations where a bird can be.

Author:
Bart Sas
Enumerator:
NOWHERE  Nowhere.
FLY  Flying in the air.
TREE1  On tree 1.
TREE2  On tree 2.
TREE3  On tree 3.
TREE4  On tree 4.
TREE5  On tree 5.
WALL1  On wall 1.
WALL2  On wall 2.
WALL3  On wall 3.
WALL4  On wall 4.
FLOOR  On the floor.
DOOR_OR_WINDOW  On the door or the window.
OTHER_LOCATION  At an other location.


Constructor & Destructor Documentation

tit.summary.Summarizer.Summarizer ( long  frominit,
long  untilinit 
)

Constructs a new Summarizer.

Parameters:
frominit The lower bound of the interval we are summarizing.
untilinit The upper bound of the interval we are summarizing.


Member Function Documentation

void tit.summary.Summarizer.startObservation (  )  throws ObservationInIllegalStateException

Starts this observation.

Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not unstarted.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.stopObservation ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Stops this observation.

Parameters:
time The time on which the observation is stopped.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordFly ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a fly.

Parameters:
time The time on which the fly is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordHop ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a hop.

Parameters:
time The time on which the hop is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordPreen ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a preen.

Parameters:
time The time on which the preen is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordBillwipe ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a billwipe.

Parameters:
time The time on which the billwipe is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordBoink ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a boink.

Parameters:
time The time on which the boink is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordPeckRing ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a peckring.

Parameters:
time The time on which the peckring is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordTree1 ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a tree1.

Parameters:
time The time on which the tree1 is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordTree2 ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a tree2.

Parameters:
time The time on which the tree2 is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordTree3 ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a tree3.

Parameters:
time The time on which the tree3 is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordTree4 ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a tree4.

Parameters:
time The time on which the tree4 is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordTree5 ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a tree5.

Parameters:
time The time on which the tree5 is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordWall1 ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a wall1.

Parameters:
time The time on which the wall1 is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordWall2 ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a wall2.

Parameters:
time The time on which the wall2 is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordWall3 ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a wall3.

Parameters:
time The time on which the wall3 is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordWall4 ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a wall4.

Parameters:
time The time on which the wall4 is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordFloor ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a floor.

Parameters:
time The time on which the floor is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordDoorOrWindow ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a doororwindow.

Parameters:
time The time on which the doororwindow is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

void tit.summary.Summarizer.recordOtherLocation ( long  time  )  throws ObservationInIllegalStateException, ObservationsInWrongOrderException

Records a otherlocation.

Parameters:
time The time on which the otherlocation is observed.
Exceptions:
ObservationInIllegalStateException Is thrown when the observation is not started.
ObservationsInWrongOrderException Is thrown when this observation's time comes before the time of a previoustime made observation.

Reimplemented from tit.observation.Observation.

boolean tit.summary.Summarizer.issetTSES (  ) 

Checks whether attribute tses is set.

Returns:
true if tses is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTSES (  )  throws AttributeNotSetException

Returns attribute tses's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tses isn't set.
Returns:
Attribute tses's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.isset1B1 (  ) 

Checks whether attribute 1B1 is set.

Returns:
true if 1B1 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.get1B1 (  )  throws AttributeNotSetException

Returns attribute 1B1's value.

Exceptions:
AttributeNotSetException Is thrown when attribute 1B1 isn't set.
Returns:
Attribute 1B1's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.isset1B2 (  ) 

Checks whether attribute 1B2 is set.

Returns:
true if 1B2 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.get1B2 (  )  throws AttributeNotSetException

Returns attribute 1B2's value.

Exceptions:
AttributeNotSetException Is thrown when attribute 1B2 isn't set.
Returns:
Attribute 1B2's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.isset1B3 (  ) 

Checks whether attribute 1B3 is set.

Returns:
true if 1B3 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.get1B3 (  )  throws AttributeNotSetException

Returns attribute 1B3's value.

Exceptions:
AttributeNotSetException Is thrown when attribute 1B3 isn't set.
Returns:
Attribute 1B3's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.isset1B4 (  ) 

Checks whether attribute 1B4 is set.

Returns:
true if 1B4 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.get1B4 (  )  throws AttributeNotSetException

Returns attribute 1B4's value.

Exceptions:
AttributeNotSetException Is thrown when attribute 1B4 isn't set.
Returns:
Attribute 1B4's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.isset1B5 (  ) 

Checks whether attribute 1B5 is set.

Returns:
true if 1B5 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.get1B5 (  )  throws AttributeNotSetException

Returns attribute 1B5's value.

Exceptions:
AttributeNotSetException Is thrown when attribute 1B5 isn't set.
Returns:
Attribute 1B5's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetVIERDE (  ) 

Checks whether attribute vierde is set.

Returns:
true if vierde is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getVIERDE (  )  throws AttributeNotSetException

Returns attribute vierde's value.

Exceptions:
AttributeNotSetException Is thrown when attribute vierde isn't set.
Returns:
Attribute vierde's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetVIJFDE (  ) 

Checks whether attribute vijfde is set.

Returns:
true if vijfde is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getVIJFDE (  )  throws AttributeNotSetException

Returns attribute vijfde's value.

Exceptions:
AttributeNotSetException Is thrown when attribute vijfde isn't set.
Returns:
Attribute vijfde's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetA (  ) 

Checks whether attribute a is set.

Returns:
true if a is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getA (  )  throws AttributeNotSetException

Returns attribute a's value.

Exceptions:
AttributeNotSetException Is thrown when attribute a isn't set.
Returns:
Attribute a's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetO (  ) 

Checks whether attribute o is set.

Returns:
true if o is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getO (  )  throws AttributeNotSetException

Returns attribute o's value.

Exceptions:
AttributeNotSetException Is thrown when attribute o isn't set.
Returns:
Attribute o's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetF (  ) 

Checks whether attribute f is set.

Returns:
true if f is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getF (  )  throws AttributeNotSetException

Returns attribute f's value.

Exceptions:
AttributeNotSetException Is thrown when attribute f isn't set.
Returns:
Attribute f's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetH (  ) 

Checks whether attribute h is set.

Returns:
true if h is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getH (  )  throws AttributeNotSetException

Returns attribute h's value.

Exceptions:
AttributeNotSetException Is thrown when attribute h isn't set.
Returns:
Attribute h's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetB (  ) 

Checks whether attribute b is set.

Returns:
true if b is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getB (  )  throws AttributeNotSetException

Returns attribute b's value.

Exceptions:
AttributeNotSetException Is thrown when attribute b isn't set.
Returns:
Attribute b's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetP (  ) 

Checks whether attribute p is set.

Returns:
true if p is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getP (  )  throws AttributeNotSetException

Returns attribute p's value.

Exceptions:
AttributeNotSetException Is thrown when attribute p isn't set.
Returns:
Attribute p's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetBW (  ) 

Checks whether attribute bw is set.

Returns:
true if bw is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getBW (  )  throws AttributeNotSetException

Returns attribute bw's value.

Exceptions:
AttributeNotSetException Is thrown when attribute bw isn't set.
Returns:
Attribute bw's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetPR (  ) 

Checks whether attribute pr is set.

Returns:
true if pr is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getPR (  )  throws AttributeNotSetException

Returns attribute pr's value.

Exceptions:
AttributeNotSetException Is thrown when attribute pr isn't set.
Returns:
Attribute pr's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetB1 (  ) 

Checks whether attribute b1 is set.

Returns:
true if b1 is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getB1 (  )  throws AttributeNotSetException

Returns attribute b1's value.

Exceptions:
AttributeNotSetException Is thrown when attribute b1 isn't set.
Returns:
Attribute b1's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetB2 (  ) 

Checks whether attribute b2 is set.

Returns:
true if b2 is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getB2 (  )  throws AttributeNotSetException

Returns attribute b2's value.

Exceptions:
AttributeNotSetException Is thrown when attribute b2 isn't set.
Returns:
Attribute b2's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetB3 (  ) 

Checks whether attribute b3 is set.

Returns:
true if b3 is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getB3 (  )  throws AttributeNotSetException

Returns attribute b3's value.

Exceptions:
AttributeNotSetException Is thrown when attribute b3 isn't set.
Returns:
Attribute b3's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetB4 (  ) 

Checks whether attribute b4 is set.

Returns:
true if b4 is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getB4 (  )  throws AttributeNotSetException

Returns attribute b4's value.

Exceptions:
AttributeNotSetException Is thrown when attribute b4 isn't set.
Returns:
Attribute b4's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetB5 (  ) 

Checks whether attribute b5 is set.

Returns:
true if b5 is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getB5 (  )  throws AttributeNotSetException

Returns attribute b5's value.

Exceptions:
AttributeNotSetException Is thrown when attribute b5 isn't set.
Returns:
Attribute b5's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetW1 (  ) 

Checks whether attribute w1 is set.

Returns:
true if w1 is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getW1 (  )  throws AttributeNotSetException

Returns attribute w1's value.

Exceptions:
AttributeNotSetException Is thrown when attribute w1 isn't set.
Returns:
Attribute w1's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetW2 (  ) 

Checks whether attribute w2 is set.

Returns:
true if w2 is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getW2 (  )  throws AttributeNotSetException

Returns attribute w2's value.

Exceptions:
AttributeNotSetException Is thrown when attribute w2 isn't set.
Returns:
Attribute w2's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetW3 (  ) 

Checks whether attribute w3 is set.

Returns:
true if w3 is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getW3 (  )  throws AttributeNotSetException

Returns attribute w3's value.

Exceptions:
AttributeNotSetException Is thrown when attribute w3 isn't set.
Returns:
Attribute w3's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetW4 (  ) 

Checks whether attribute w4 is set.

Returns:
true if w4 is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getW4 (  )  throws AttributeNotSetException

Returns attribute w4's value.

Exceptions:
AttributeNotSetException Is thrown when attribute w4 isn't set.
Returns:
Attribute w4's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetG (  ) 

Checks whether attribute g is set.

Returns:
true if g is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getG (  )  throws AttributeNotSetException

Returns attribute g's value.

Exceptions:
AttributeNotSetException Is thrown when attribute g isn't set.
Returns:
Attribute g's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetHA (  ) 

Checks whether attribute ha is set.

Returns:
true if ha is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getHA (  )  throws AttributeNotSetException

Returns attribute ha's value.

Exceptions:
AttributeNotSetException Is thrown when attribute ha isn't set.
Returns:
Attribute ha's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetDW (  ) 

Checks whether attribute dw is set.

Returns:
true if dw is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getDW (  )  throws AttributeNotSetException

Returns attribute dw's value.

Exceptions:
AttributeNotSetException Is thrown when attribute dw isn't set.
Returns:
Attribute dw's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetBB (  ) 

Checks whether attribute bb is set.

Returns:
true if bb is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getBB (  )  throws AttributeNotSetException

Returns attribute bb's value.

Exceptions:
AttributeNotSetException Is thrown when attribute bb isn't set.
Returns:
Attribute bb's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetSS (  ) 

Checks whether attribute ss is set.

Returns:
true if ss is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getSS (  )  throws AttributeNotSetException

Returns attribute ss's value.

Exceptions:
AttributeNotSetException Is thrown when attribute ss isn't set.
Returns:
Attribute ss's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetSB (  ) 

Checks whether attribute sb is set.

Returns:
true if sb is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getSB (  )  throws AttributeNotSetException

Returns attribute sb's value.

Exceptions:
AttributeNotSetException Is thrown when attribute sb isn't set.
Returns:
Attribute sb's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetHH (  ) 

Checks whether attribute hh is set.

Returns:
true if hh is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getHH (  )  throws AttributeNotSetException

Returns attribute hh's value.

Exceptions:
AttributeNotSetException Is thrown when attribute hh isn't set.
Returns:
Attribute hh's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetHS (  ) 

Checks whether attribute hs is set.

Returns:
true if hs is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getHS (  )  throws AttributeNotSetException

Returns attribute hs's value.

Exceptions:
AttributeNotSetException Is thrown when attribute hs isn't set.
Returns:
Attribute hs's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetHB (  ) 

Checks whether attribute hb is set.

Returns:
true if hb is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getHB (  )  throws AttributeNotSetException

Returns attribute hb's value.

Exceptions:
AttributeNotSetException Is thrown when attribute hb isn't set.
Returns:
Attribute hb's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetDX (  ) 

Checks whether attribute dx is set.

Returns:
true if dx is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getDX (  )  throws AttributeNotSetException

Returns attribute dx's value.

Exceptions:
AttributeNotSetException Is thrown when attribute dx isn't set.
Returns:
Attribute dx's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetGX (  ) 

Checks whether attribute gx is set.

Returns:
true if gx is set, false otherwise.

Implements tit.summary.Summary.

int tit.summary.Summarizer.getGX (  )  throws AttributeNotSetException

Returns attribute gx's value.

Exceptions:
AttributeNotSetException Is thrown when attribute gx isn't set.
Returns:
Attribute gx's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTF (  ) 

Checks whether attribute tf is set.

Returns:
true if tf is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTF (  )  throws AttributeNotSetException

Returns attribute tf's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tf isn't set.
Returns:
Attribute tf's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTB1 (  ) 

Checks whether attribute tb1 is set.

Returns:
true if tb1 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTB1 (  )  throws AttributeNotSetException

Returns attribute tb1's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tb1 isn't set.
Returns:
Attribute tb1's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTB2 (  ) 

Checks whether attribute tb2 is set.

Returns:
true if tb2 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTB2 (  )  throws AttributeNotSetException

Returns attribute tb2's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tb2 isn't set.
Returns:
Attribute tb2's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTB3 (  ) 

Checks whether attribute tb3 is set.

Returns:
true if tb3 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTB3 (  )  throws AttributeNotSetException

Returns attribute tb3's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tb3 isn't set.
Returns:
Attribute tb3's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTB4 (  ) 

Checks whether attribute tb4 is set.

Returns:
true if tb4 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTB4 (  )  throws AttributeNotSetException

Returns attribute tb4's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tb4 isn't set.
Returns:
Attribute tb4's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTB5 (  ) 

Checks whether attribute tb5 is set.

Returns:
true if tb5 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTB5 (  )  throws AttributeNotSetException

Returns attribute tb5's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tb5 isn't set.
Returns:
Attribute tb5's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTW1 (  ) 

Checks whether attribute tw1 is set.

Returns:
true if tw1 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTW1 (  )  throws AttributeNotSetException

Returns attribute tw1's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tw1 isn't set.
Returns:
Attribute tw1's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTW2 (  ) 

Checks whether attribute tw2 is set.

Returns:
true if tw2 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTW2 (  )  throws AttributeNotSetException

Returns attribute tw2's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tw2 isn't set.
Returns:
Attribute tw2's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTW3 (  ) 

Checks whether attribute tw3 is set.

Returns:
true if tw3 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTW3 (  )  throws AttributeNotSetException

Returns attribute tw3's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tw3 isn't set.
Returns:
Attribute tw3's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTW4 (  ) 

Checks whether attribute tw4 is set.

Returns:
true if tw4 is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTW4 (  )  throws AttributeNotSetException

Returns attribute tw4's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tw4 isn't set.
Returns:
Attribute tw4's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTG (  ) 

Checks whether attribute tg is set.

Returns:
true if tg is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTG (  )  throws AttributeNotSetException

Returns attribute tg's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tg isn't set.
Returns:
Attribute tg's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTHA (  ) 

Checks whether attribute tha is set.

Returns:
true if tha is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTHA (  )  throws AttributeNotSetException

Returns attribute tha's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tha isn't set.
Returns:
Attribute tha's value.

Implements tit.summary.Summary.

boolean tit.summary.Summarizer.issetTDW (  ) 

Checks whether attribute tdw is set.

Returns:
true if tdw is set, false otherwise.

Implements tit.summary.Summary.

long tit.summary.Summarizer.getTDW (  )  throws AttributeNotSetException

Returns attribute tdw's value.

Exceptions:
AttributeNotSetException Is thrown when attribute tdw isn't set.
Returns:
Attribute tdw's value.

Implements tit.summary.Summary.


Member Data Documentation

long tit.summary.Summarizer.from [private]

The lower bound of the interval we are summarizing.

long tit.summary.Summarizer.until [private]

The upper bound of the interval we are summarizing.

Location tit.summary.Summarizer.previouslocation [private]

The bird's previous location (can't be NOWHERE).

long tit.summary.Summarizer.previoustime [private]

The time of the previous recording.

Location tit.summary.Summarizer.previousrestinglocation [private]

The bird's last (can't be FLY).

long tit.summary.Summarizer.attributetses [private]

The tses-attribute.

long tit.summary.Summarizer.attribute1b1 [private]

The 1B1-attribute.

long tit.summary.Summarizer.attribute1b2 [private]

The 1B2-attribute.

long tit.summary.Summarizer.attribute1b3 [private]

The 1B3-attribute.

long tit.summary.Summarizer.attribute1b4 [private]

The 1B4-attribute.

long tit.summary.Summarizer.attribute1b5 [private]

The 1B5-attribute.

long tit.summary.Summarizer.attributea [private]

The a-attribute.

long tit.summary.Summarizer.attributeo [private]

The o-attribute.

int tit.summary.Summarizer.attributef [private]

The f-attribute.

int tit.summary.Summarizer.attributeh [private]

The h-attribute.

int tit.summary.Summarizer.attributeb [private]

The b-attribute.

int tit.summary.Summarizer.attributep [private]

The p-attribute.

int tit.summary.Summarizer.attributebw [private]

The bw-attribute.

int tit.summary.Summarizer.attributepr [private]

The pr-attribute.

int tit.summary.Summarizer.attributeb1 [private]

The b1-attribute.

int tit.summary.Summarizer.attributeb2 [private]

The b2-attribute.

int tit.summary.Summarizer.attributeb3 [private]

The b3-attribute.

int tit.summary.Summarizer.attributeb4 [private]

The b4-attribute.

int tit.summary.Summarizer.attributeb5 [private]

The b5-attribute.

int tit.summary.Summarizer.attributew1 [private]

The w1-attribute.

int tit.summary.Summarizer.attributew2 [private]

The w2-attribute.

int tit.summary.Summarizer.attributew3 [private]

The w3-attribute.

int tit.summary.Summarizer.attributew4 [private]

The w4-attribute.

int tit.summary.Summarizer.attributeg [private]

The g-attribute.

int tit.summary.Summarizer.attributeha [private]

The ha-attribute.

int tit.summary.Summarizer.attributedw [private]

The dw-attribute.

int tit.summary.Summarizer.attributebb [private]

The bb-attribute.

int tit.summary.Summarizer.attributess [private]

The ss-attribute.

int tit.summary.Summarizer.attributesb [private]

The sb-attribute.

int tit.summary.Summarizer.attributehh [private]

The hh-attribute.

int tit.summary.Summarizer.attributehs [private]

The hs-attribute.

int tit.summary.Summarizer.attributehb [private]

The hb-attribute.

int tit.summary.Summarizer.attributedx [private]

The dx-attribute.

int tit.summary.Summarizer.attributegx [private]

The gx-attribute.

long tit.summary.Summarizer.attributetf [private]

The tf-attribute.

long tit.summary.Summarizer.attributetb1 [private]

The tb1-attribute.

long tit.summary.Summarizer.attributetb2 [private]

The tb2-attribute.

long tit.summary.Summarizer.attributetb3 [private]

The tb3-attribute.

long tit.summary.Summarizer.attributetb4 [private]

The tb4-attribute.

long tit.summary.Summarizer.attributetb5 [private]

The tb5-attribute.

long tit.summary.Summarizer.attributetw1 [private]

The tw1-attribute.

long tit.summary.Summarizer.attributetw2 [private]

The tw2-attribute.

long tit.summary.Summarizer.attributetw3 [private]

The tw3-attribute.

long tit.summary.Summarizer.attributetw4 [private]

The tw4-attribute.

long tit.summary.Summarizer.attributetg [private]

The tg-attribute.

long tit.summary.Summarizer.attributetha [private]

The tha-attribute.

long tit.summary.Summarizer.attributetdw [private]

The tdw-attribute.


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