Inheritance diagram for tit.observation.behaviour.Hop:
Public Member Functions | |
Hop (long time) | |
Hop (Behaviour taketimefrom) | |
void | reproduceBehaviour (Observation observation) throws ObservationInIllegalStateException, ObservationsInWrongOrderException |
boolean | equals (Object other) |
String | toString () |
Static Public Attributes | |
static final String | NAME = "Hop" |
tit.observation.behaviour.Hop.Hop | ( | long | time | ) |
Constructs a new Hop
-object.
time | The time on wich this behaviour is recorded. |
tit.observation.behaviour.Hop.Hop | ( | Behaviour | taketimefrom | ) |
Constructs a new Hop
-object.
taketimefrom | The Bahaviour -object from which this behaviour's time is taken. |
void tit.observation.behaviour.Hop.reproduceBehaviour | ( | Observation | observation | ) | throws ObservationInIllegalStateException, ObservationsInWrongOrderException [virtual] |
Reproduces this behaviour on observation
.
observation | The Observation on which this behaviour is reproduced. |
ObservationInIllegalStateException | Can be thrown by the observation. | |
ObservationsInWrongOrderException | Can be thrown by the observation. |
Implements tit.observation.behaviour.Behaviour.
boolean tit.observation.behaviour.Hop.equals | ( | Object | other | ) |
Checks whether this Hop
equals another Object
.
other | The Objsect to which this object is compared to. |
true
if this Behaviour
equals other
, false
otherwise. Reimplemented from tit.observation.behaviour.Behaviour.
String tit.observation.behaviour.Hop.toString | ( | ) | [virtual] |
Returns this behaviour's name.
Implements tit.observation.behaviour.Behaviour.
final String tit.observation.behaviour.Hop.NAME = "Hop" [static] |
This behaviour's name.