Constructor and Description |
---|
DesktopHandler(DesktopService service) |
Modifier and Type | Method and Description |
---|---|
void |
startAsync(Callback c,
java.util.List<java.lang.Integer> program_index,
java.util.List<java.lang.Integer> option_index)
This method have to be implemented by subclasses to execute solver in a asynchronous way, if no parameters are given
the entire sets of programs and option are used
|
Output |
startSync(java.util.List<java.lang.Integer> program_index,
java.util.List<java.lang.Integer> option_index)
This method have to be implemented by subclasses to execute solver in a synchronous way, if no parameters are given
the entire sets of programs and option are used
|
addOption, addProgram, getInputProgram, getOptionDescriptor, removeAll, removeOption, removeOption, removeProgram, removeProgram, startAsync, startSync
public DesktopHandler(DesktopService service)
public void startAsync(Callback c, java.util.List<java.lang.Integer> program_index, java.util.List<java.lang.Integer> option_index)
Handler
startAsync
in class Handler
Service.startAsync(Callback, List, List)
public Output startSync(java.util.List<java.lang.Integer> program_index, java.util.List<java.lang.Integer> option_index)
Handler
startSync
in class Handler
Service.startAsync(Callback, List, List)