00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef AGTypes_h
00010 #define AGTypes_h
00011
00012 #include <string>
00013
00014 using namespace std;
00015
00016 typedef string String;
00017 typedef string Id;
00018
00019
00020 typedef string AGSetId;
00021 typedef string AGId;
00022 typedef string AGIds;
00023 typedef string AnnotationId;
00024 typedef string AnnotationType;
00025 typedef string AnnotationIds;
00026 typedef string AnchorId;
00027 typedef string AnchorIds;
00028 typedef string TimelineId;
00029 typedef string SignalId;
00030 typedef string SignalIds;
00031 typedef string FeatureName;
00032 typedef string FeatureNames;
00033 typedef string FeatureValue;
00034 typedef string Features;
00035 typedef string URI;
00036 typedef string MimeClass;
00037 typedef string MimeType;
00038 typedef string Encoding;
00039 typedef string Unit;
00040 typedef string Track;
00041 typedef string AnnotationRef;
00042
00043 typedef double Offset;
00044
00045 #endif