Inheritance diagram for Metadata:

Public Methods | |
| void | setFeature (FeatureName f, FeatureValue v) |
| Set a feature and its value. | |
| bool | existsFeature (FeatureName f) |
| Test to see if feature exists. | |
| void | deleteFeature (FeatureName f) |
| Delete a feature. | |
| set< string > | getFeatureNames () |
| void | setFeatures (map< string, string > &f) |
| list< string > | storeSQLs (AGSetId agSetid, AGId agId, Id id) |
| Create list of SQLs used to save the metadata to the DB server. | |
| string | toString () |
| Dump the metadata in AIF format. | |
|
|
Get feature names
|
|
|
Set multiple features in a hash table of feature-value pairs. |
![]() |