Flow |
CasFlowController_ImplBase.computeFlow(AbstractCas aCAS) |
Overriden to check that aCAS is an instanceof CAS .
|
abstract Flow |
CasFlowController_ImplBase.computeFlow(CAS aCAS) |
This method must be overriden by subclasses.
|
Flow |
FlowController.computeFlow(AbstractCas aCAS) |
Invokes this FlowController on a CAS.
|
Flow |
JCasFlowController_ImplBase.computeFlow(AbstractCas aCAS) |
Overriden to check that aCAS is an instanceof JCas .
|
abstract Flow |
JCasFlowController_ImplBase.computeFlow(JCas aJCas) |
This method must be overriden by subclasses.
|
Flow |
CasFlow_ImplBase.newCasProduced(AbstractCas newCas,
java.lang.String producedBy) |
Overriden to check that newCas is an instanceof CAS .
|
protected Flow |
CasFlow_ImplBase.newCasProduced(CAS newCas,
java.lang.String producedBy) |
By default, throws an exception to indicate this this Flow object does not support new CASes
being produced in the middle of the flow.
|
Flow |
Flow.newCasProduced(AbstractCas newCas,
java.lang.String producedBy) |
Called by the framework if the CAS that is being routed by this Flow has been sent to a CAS
Multiplier which has then created a new CAS derived from that original CAS.
|
Flow |
JCasFlow_ImplBase.newCasProduced(AbstractCas newCas,
java.lang.String producedBy) |
Overriden to check that newCas is an instanceof JCas .
|
protected Flow |
JCasFlow_ImplBase.newCasProduced(JCas newCas,
java.lang.String producedBy) |
By default, throws an exception to indicate this this Flow object does not support new CASes
being produced in the middle of the flow.
|