gate
Interface SimpleFeatureMap

All Superinterfaces:
Map
All Known Subinterfaces:
FeatureMap
All Known Implementing Classes:
SimpleFeatureMapImpl

public interface SimpleFeatureMap
extends Map

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 inherited from class java.util.Map
Map.Entry
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values