Uses of Class
de.julielab.jcore.pipeline.builder.base.main.Description
-
Packages that use Description Package Description de.julielab.jcore.pipeline.builder.base.interfaces de.julielab.jcore.pipeline.builder.base.main -
-
Uses of Description in de.julielab.jcore.pipeline.builder.base.interfaces
Methods in de.julielab.jcore.pipeline.builder.base.interfaces that return Description Modifier and Type Method Description DescriptionIMetaDescription. getChosenDescriptor()DescriptionIMetaDescription. getJCoReDescription(String specifier)Returns a specific descriptor object.Methods in de.julielab.jcore.pipeline.builder.base.interfaces that return types with arguments of type Description Modifier and Type Method Description Collection<Description>IMetaDescription. getJCoReDescriptions()Returns a collection of all the descriptor names for this component. -
Uses of Description in de.julielab.jcore.pipeline.builder.base.main
Fields in de.julielab.jcore.pipeline.builder.base.main with type parameters of type Description Modifier and Type Field Description List<Description>MetaDescriptionPipelineStorageMixin. descriptorListMethods in de.julielab.jcore.pipeline.builder.base.main that return Description Modifier and Type Method Description DescriptionDescription. clone()DescriptionJCoReUIMAPipeline. getAeFlowController()DescriptionJCoReUIMAPipeline. getCcFlowController()DescriptionMetaDescription. getChosenDescriptor()DescriptionJCoReUIMAPipeline. getCrDescription()DescriptionMetaDescription. getJCoReDescription(String specifier)Methods in de.julielab.jcore.pipeline.builder.base.main that return types with arguments of type Description Modifier and Type Method Description List<Description>JCoReUIMAPipeline. getAeDelegates()Returns all analysis engines that have been added to the pipeline.List<Description>JCoReUIMAPipeline. getCcDelegates()List<Description>JCoReUIMAPipeline. getCmDelegates()Collection<Description>MetaDescription. getJCoReDescriptions()Stream<Description>JCoReUIMAPipeline. getMultipliers()Stream<Description>JCoReUIMAPipeline. getNonMultiplierAes()Methods in de.julielab.jcore.pipeline.builder.base.main with parameters of type Description Modifier and Type Method Description voidJCoReUIMAPipeline. addCasMultiplier(Description multiplier)Add a CAS multiplier to this pipeline.voidJCoReUIMAPipeline. addCcDesc(Description ccDesc)voidJCoReUIMAPipeline. addDelegateAe(Description aeDesc)Add an analysis engine to this pipeline.voidJCoReUIMAPipeline. removeComponent(Description description)Removes the given description and the maven artifacts associated with the component.voidJCoReUIMAPipeline. setAeFlowController(Description flowControllerDescription)voidJCoReUIMAPipeline. setCcFlowController(Description flowControllerDescription)voidCPE. setCollectionReader(Description reader)voidJCoReUIMAPipeline. setCrDescription(Description crDescription)
-