public interface ResultHandler extends Component
A handler is particularly useful if you are running the algorithm in
batch mode, for example from the Main
command-line tool. If you are invoking the algorithm programmatically, you
can take the Result
object and process it as you wish.
ResultHandler implements
Component so that it has the same
understanding of parameters as other components used by the command-line
tool.
Copyright © 2006–2016 Julian Hyde. All rights reserved.