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