|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.ae.gate.AbstractFeatureBuilder
anl.aida.ae.gate.InputFeatureBuilder
public class InputFeatureBuilder
Builds GATE / UIMA features from a GATE / UIMA source.
Field Summary |
---|
Fields inherited from class anl.aida.ae.gate.AbstractFeatureBuilder |
---|
feature, fType, gateName |
Constructor Summary | |
---|---|
InputFeatureBuilder(java.lang.String gateName,
org.apache.uima.cas.Feature feature,
FeatureType fType)
|
Method Summary | |
---|---|
void |
build(org.apache.uima.cas.FeatureStructure parent,
gate.FeatureMap map)
Transfers UIMA features to a FeatureMap or vis-a-versa. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputFeatureBuilder(java.lang.String gateName, org.apache.uima.cas.Feature feature, FeatureType fType)
Method Detail |
---|
public void build(org.apache.uima.cas.FeatureStructure parent, gate.FeatureMap map)
parent
- the UIMA featureStructure containing the featuremap
- the feature map to put the feature in
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |