gate
Interface SimpleFeatureMap

All Superinterfaces:
Map<Object,Object>
All Known Subinterfaces:
FeatureMap
All Known Implementing Classes:
SimpleFeatureMapImpl

public interface SimpleFeatureMap
extends Map<Object,Object>

An attribute-value matrix. Represents the content of an annotation, the meta-data on a resource, and anything else we feel like. The event code is needed so a persistent annotation can fire updated events when its features are updated


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values