Uses of Interface
org.apache.uima.collection.metadata.OutputQueue
-
Packages that use OutputQueue Package Description org.apache.uima Apache UIMAorg.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Apache UIMA internals -
-
Uses of OutputQueue in org.apache.uima
Methods in org.apache.uima that return OutputQueue Modifier and Type Method Description OutputQueue
ResourceSpecifierFactory. createOutputQueue()
-
Uses of OutputQueue in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement OutputQueue Modifier and Type Class Description class
OutputQueue_impl
The Class OutputQueue_impl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as OutputQueue Modifier and Type Field Description private OutputQueue
CpeConfigurationImpl. outputQueue
The output queue.Methods in org.apache.uima.collection.impl.metadata.cpe that return OutputQueue Modifier and Type Method Description OutputQueue
CpeConfigurationImpl. getOutputQueue()
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type OutputQueue Modifier and Type Method Description void
CpeConfigurationImpl. setOutputQueue(OutputQueue queue)
Sets the output queue. -
Uses of OutputQueue in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return OutputQueue Modifier and Type Method Description OutputQueue
CpeConfiguration. getOutputQueue()
-
Uses of OutputQueue in org.apache.uima.impl
Methods in org.apache.uima.impl that return OutputQueue Modifier and Type Method Description OutputQueue
ResourceSpecifierFactory_impl. createOutputQueue()
-