LibMuse 6.0.3
com.choosemuse.libmuse.AnnotationData Class Reference

Public Member Functions

 AnnotationData (String data, AnnotationFormat format, String eventType, String eventId, String parentId)
 
String getData ()
 
AnnotationFormat getFormat ()
 
String getEventType ()
 
String getEventId ()
 
String getParentId ()
 
String toString ()
 

Detailed Description

A data structure that corresponds to an Annotation message in the .muse file format. For more information on the file format see: http://developer.choosemuse.com/file-formats/muse

Member Function Documentation

§ getData()

String com.choosemuse.libmuse.AnnotationData.getData ( )
inline

This is additional data for the event, can be in any format specified by AnnotationFormat

§ getEventId()

String com.choosemuse.libmuse.AnnotationData.getEventId ( )
inline

This can be used to pair events together or give them unique IDs. If you do not need this value, set it to the empty string "".

§ getEventType()

String com.choosemuse.libmuse.AnnotationData.getEventType ( )
inline

This can be used to classify events, for example "blink" or "error". If you do not need this value, set it to the empty string "".

§ getFormat()

AnnotationFormat com.choosemuse.libmuse.AnnotationData.getFormat ( )
inline

This specifies the string format of the event data.

§ getParentId()

String com.choosemuse.libmuse.AnnotationData.getParentId ( )
inline

This can be used to pair events together or give them unique IDs. If you do not need this value, set it to the empty string "".

§ toString()

String com.choosemuse.libmuse.AnnotationData.toString ( )
inline

Returns a string representation of this object.

Returns
a string representation of this object.

The documentation for this class was generated from the following file: