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