public class DLV2AndroidService extends AndroidService
Constructor and Description |
---|
DLV2AndroidService(android.content.Context c) |
Modifier and Type | Method and Description |
---|---|
void |
startAsync(Callback callback,
java.util.List<InputProgram> programs,
java.util.List<OptionDescriptor> options)
Starts ASP solving Asyncronously on a subset of data and options.
|
startSync
public void startAsync(Callback callback, java.util.List<InputProgram> programs, java.util.List<OptionDescriptor> options)
Service
startAsync
in interface Service
startAsync
in class AndroidService
callback
- interface used to interact with userprograms
- a list of InputProgram
used as data.options
- a list of OptionDescriptor
used as options.AndroidService.startAsync(Callback, List, List)