* @return a Flow object that will be used to route the new JCas
* @see Flow#newCasProduced(AbstractCas, String)
*/
protected Flow newCasProduced(JCas newCas, String producedBy)
throws AnalysisEngineProcessException {
throw new UIMA_UnsupportedOperationException(
UIMA_UnsupportedOperationException.CAS_MULTIPLIER_NOT_SUPPORTED, new Object[] { this
.getClass().getName() });
}