Class DUUIPipelineDescription
java.lang.Object
org.texttechnologylab.DockerUnifiedUIMAInterface.DUUIPipelineDescription
Description of a pipeline for the DUUI composer that holds all components.
-
Constructor Summary
ConstructorDescriptionDUUIPipelineDescription
(Vector<DUUIPipelineAnnotationComponent> components) Constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic DUUIPipelineDescription
fromJCas
(org.apache.uima.jcas.JCas jc) Get the components of the pipeline.
-
Constructor Details
-
DUUIPipelineDescription
Constructor- Parameters:
components
- List of components of the pipeline.
-
-
Method Details
-
getComponents
Get the components of the pipeline.- Returns:
- List of components.
-
fromJCas
public static DUUIPipelineDescription fromJCas(org.apache.uima.jcas.JCas jc) throws org.apache.commons.compress.compressors.CompressorException, URISyntaxException, IOException - Throws:
org.apache.commons.compress.compressors.CompressorException
URISyntaxException
IOException
-