GATE
Version 3.1-2270

gate.creole.ir
Class FeatureReader

java.lang.Object
  extended by gate.creole.ir.FeatureReader
All Implemented Interfaces:
PropertyReader, Serializable

public class FeatureReader
extends Object
implements PropertyReader

A property reader for a document feature

See Also:
Serialized Form

Constructor Summary
FeatureReader(String featureName)
           
 
Method Summary
 String getPropertyValue(Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureReader

public FeatureReader(String featureName)
Method Detail

getPropertyValue

public String getPropertyValue(Document doc)
Specified by:
getPropertyValue in interface PropertyReader
Returns:
String value of the requested field.

GATE
Version 3.1-2270