org.opalj.ai.project
Defines a method to optionally report some result.
Primarily intended to be mixed-in by domains that are used by an AIProject.
AIProject
Returns Some(<String>) if there is something to report and None otherwise.
Some(<String>)
None
Defines a method to optionally report some result.
Primarily intended to be mixed-in by domains that are used by an
AIProject.