public class SPDDesktopService extends DesktopService
Constructor and Description |
---|
SPDDesktopService() |
Modifier and Type | Method and Description |
---|---|
Output |
startSync(java.util.List<InputProgram> programs,
java.util.List<OptionDescriptor> options)
Start a new process for the
DesktopService.exe_path and starts solving |
getExePath, setExePath, startAsync
public Output startSync(java.util.List<InputProgram> programs, java.util.List<OptionDescriptor> options)
DesktopService
DesktopService.exe_path
and starts solvingstartSync
in interface Service
startSync
in class DesktopService
programs
- a list of InputProgram
used as data.options
- a list of OptionDescriptor
used as options.Output
element filled with resultsService.startSync(List, List)