GATE
Version 3.1-2270

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


GATE
Version 3.1-2270