Uses of Interface
org.apache.uima.flow.FlowControllerDescription
-
Packages that use FlowControllerDescription Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.flow.impl org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima
.org.apache.uima.util Utility classes and interfaces used by UIMA components.org.apache.uima.util.impl -
-
Uses of FlowControllerDescription in org.apache.uima
Methods in org.apache.uima that return FlowControllerDescription Modifier and Type Method Description FlowControllerDescription
ResourceSpecifierFactory. createFlowControllerDescription()
Creates aFlowControllerDescription
-
Uses of FlowControllerDescription in org.apache.uima.flow.impl
Classes in org.apache.uima.flow.impl that implement FlowControllerDescription Modifier and Type Class Description class
FlowControllerDescription_impl
Implementation ofFlowControllerDescription
.Methods in org.apache.uima.flow.impl that return FlowControllerDescription Modifier and Type Method Description static FlowControllerDescription
CapabilityLanguageFlowController. getDescription()
static FlowControllerDescription
FixedFlowController. getDescription()
-
Uses of FlowControllerDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return FlowControllerDescription Modifier and Type Method Description FlowControllerDescription
ResourceSpecifierFactory_impl. createFlowControllerDescription()
-
Uses of FlowControllerDescription in org.apache.uima.util
Methods in org.apache.uima.util that return FlowControllerDescription Modifier and Type Method Description FlowControllerDescription
XMLParser. parseFlowControllerDescription(XMLInputSource aInput)
Parses a FlowControllerDescription from an XML input stream.FlowControllerDescription
XMLParser. parseFlowControllerDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
Parses a FlowControllerDescription from an XML input stream. -
Uses of FlowControllerDescription in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that return FlowControllerDescription Modifier and Type Method Description FlowControllerDescription
XMLParser_impl. parseFlowControllerDescription(XMLInputSource aInput)
FlowControllerDescription
XMLParser_impl. parseFlowControllerDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
-