gate.util
Class SimpleFeatureMapImpl
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--gate.util.SimpleFeatureMapImpl
- All Implemented Interfaces:
- Cloneable, FeatureMap, Map, Serializable
- public class SimpleFeatureMapImpl
- extends HashMap
- implements FeatureMap
Simple case of features.
- See Also:
- Serialized Form
Method Summary |
boolean |
subsumes(FeatureMap aFeatureMap)
Test if this featureMap object is included in aFeatureMap |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
SimpleFeatureMapImpl
public SimpleFeatureMapImpl()
subsumes
public boolean subsumes(FeatureMap aFeatureMap)
- Test if this featureMap object is included in aFeatureMap
- Specified by:
subsumes
in interface FeatureMap
- Parameters:
aFeatureMap
- object which will incude or not this FeatureMap obj.- Returns:
true
if this is incuded in aFeatureMap
and false
if not.