Inheritance diagram for tit.observation.io.ObservationTITReader:
Public Member Functions | |
ObservationTITReader (LineNumberReader input) throws IOException | |
Observable | getObservation () |
Personality | getPersonality () |
Private Member Functions | |
String | stringFollowingOn (String string, String prefix) |
Private Attributes | |
AdjustablePersonality | personality = new PersonalityRecord() |
ObservationRecord | observation |
tit.observation.io.ObservationTITReader.ObservationTITReader | ( | LineNumberReader | input | ) | throws IOException |
Constructs a new which reads its input from
input
.
input | The LineNumberReader from which the input is read. |
IOException | is thrown when the reading fails. |
String tit.observation.io.ObservationTITReader.stringFollowingOn | ( | String | string, | |
String | prefix | |||
) | [private] |
Returns the substring of string
following on prefix
if string
starts with prefix
or null
otherwise.
string | The string. | |
prefix | The prefix. |
string
following on prefix
if string
starts with prefix
or null
otherwise. Observable tit.observation.io.ObservationTITReader.getObservation | ( | ) |
Returns the read Observation
.
Observation
. Implements tit.observation.io.ObservationReader.
Personality tit.observation.io.ObservationTITReader.getPersonality | ( | ) |
Returns the read Personality
.
Personality
. Implements tit.observation.io.ObservationReader.
AdjustablePersonality tit.observation.io.ObservationTITReader.personality = new PersonalityRecord() [private] |
The the read personality data.
The the read observation data.