EmbASP-Java
|
Public Member Functions | |
DesktopService (final String exe_path) | |
String | getExePath () |
void | setExePath (final String exe_path) |
void | startAsync (final Callback callback, final List< InputProgram > programs, final List< OptionDescriptor > options) |
Output | startSync (final List< InputProgram > programs, final List< OptionDescriptor > options) |
Protected Member Functions | |
abstract Output | getOutput (String output, String error) |
Protected Attributes | |
String | exe_path |
String | load_from_STDIN_option |
is a specialization for a Desktop platform
Definition at line 22 of file DesktopService.java.
|
inline |
set exe_path to a new path*
exe_path | a string representing the path for the new solver |
Definition at line 43 of file DesktopService.java.
|
inline |
Start a new process for the exe_path and starts solving
Implements it.unical.mat.embasp.base.Service.
Reimplemented in it.unical.mat.embasp.specializations.dlv2.desktop.DLV2DesktopService.
Definition at line 53 of file DesktopService.java.
|
inline |
Start a new process for the exe_path and starts solving
Implements it.unical.mat.embasp.base.Service.
Reimplemented in it.unical.mat.embasp.specializations.solver_planning_domains.desktop.SPDDesktopService, and it.unical.mat.embasp.specializations.dlv2.desktop.DLV2DesktopService.
Definition at line 70 of file DesktopService.java.
|
protected |
Stores solver's executable path
Definition at line 24 of file DesktopService.java.