Eddie Epstein (JIRA) wrote:
[
https://issues.apache.org/jira/browse/UIMA-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eddie Epstein reopened UIMA-838:
--------------------------------
add documentation fixes
The documentation fixes include changing what happens when a "disable"
action occurs. It use to say that
...
When disabling, the framework asks the flow controller to remove the
delegate from the flow; the flow controller may respond to the framework that it cannot
reasonably operate without this component, in which case
the framework will convert the "disable" into a "terminate".
...
This was removed. It seems to me that this was a good design. I think
this is a case where the documentation is being made to match the
implementation, when, perhaps, we should be making the implementation
match the documentation, or at least, leaving the documentation, as it
was, but perhaps including a <not-yet-implemented> flag.
-Marshall