Class UimaUtil
java.lang.Object
org.apache.uima.caseditor.editor.util.UimaUtil
TODO: add javadoc here.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<FeatureStructure> cast
(Collection<AnnotationFS> annotations) Casts aFeatureStructure
collection to anAnnotationFS
collection.
-
Constructor Details
-
UimaUtil
public UimaUtil()
-
-
Method Details
-
cast
Casts aFeatureStructure
collection to anAnnotationFS
collection.- Parameters:
annotations
- the annotations- Returns:
- the
AnnotationFS
collection
-