Main Page   Class Hierarchy   Compound List   Compound Members  

Paired Class Reference

(time, label) pair file model. More...

Inheritance diagram for Paired:

Record List of all members.

Public Methods

virtual string get_time0 ()
 Get the first reference.

string get_time ()
 Get the start time of the annotation unit.

string get_label ()
 Get the label of the annotation unit.

bool open (const string &filename)

Detailed Description

(time, label) pair file model.


Member Function Documentation

virtual string Paired::get_time0   [virtual]
 

Get the first reference.

Some annotations explicitly annotate the first reference, but some don't. This is a solution to normalize such variations.

bool Paired::open const string &    filename
 

Returns:
True if open succeeds, false otherwise.

Reimplemented from Record.