Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Metadata.h

Go to the documentation of this file.
00001 // Metadata.h: Metadata associated with AGSet, AG, Timeline and Signal
00002 // Author: Xiaoyi Ma, Steven Bird
00003 // Copyright (C) 2001 Linguistic Data Consortium, U Penn.
00004 // Web: http://www.ldc.upenn.edu/; Email: ldc@ldc.upenn.edu
00005 // For license information, see the file `LICENSE' included
00006 // with the distribution.
00007 
00008 
00009 #ifndef Metadata_h
00010 #define Metadata_h
00011 
00012 #include <list>
00013 
00014 #include "AGTypes.h"
00015 #include "FeatureMap.h"
00016 
00017 using namespace std;
00018 
00024 class Metadata : public FeatureMap {
00025  public:
00027   void setFeature(FeatureName f, FeatureValue v);
00028   
00030   bool existsFeature(FeatureName f);
00031 
00033   void deleteFeature(FeatureName f);
00034 
00039   StringSet getFeatureNames();
00040 
00048   void setFeatures(Features f);
00049 
00051   list<string> storeSQLs(AGSetId agSetid, AGId agId, Id id);
00052 
00054   string toString();
00055 
00056 };
00057 
00058 #endif

Generated at Wed Jul 3 14:54:03 2002 for Annotation Graph API by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001