OsmAnd
|
Public Member Functions | |
String[] | getLibraries () |
List< String > | execute (List< Struct > listCmd) |
String | getCurrentVoice () |
CommandBuilder | newCommandBuilder () |
void | clear () |
Static Public Attributes | |
static final String | A_LEFT = "left" |
static final String | A_LEFT_SH = "left_sh" |
static final String | A_LEFT_SL = "left_sl" |
static final String | A_RIGHT = "right" |
static final String | A_RIGHT_SH = "right_sh" |
static final String | A_RIGHT_SL = "right_sl" |
Protected Member Functions | |
AbstractPrologCommandPlayer (Context ctx, String voiceProvider, String configFile, int[] sortedVoiceVersions) throws CommandPlayerException | |
Term | solveSimplePredicate (String predicate) |
Protected Attributes | |
Context | ctx |
File | voiceDir |
Prolog | prologSystem |
Static Protected Attributes | |
static final String | P_VERSION = "version" |
static final String | P_RESOLVE = "resolve" |
static final String | DELAY_CONST = "delay_" |
net.osmand.plus.voice.AbstractPrologCommandPlayer.AbstractPrologCommandPlayer | ( | Context | ctx, |
String | voiceProvider, | ||
String | configFile, | ||
int[] | sortedVoiceVersions | ||
) | throws CommandPlayerException [protected] |
void net.osmand.plus.voice.AbstractPrologCommandPlayer.clear | ( | ) | [virtual] |
Implements net.osmand.plus.voice.CommandPlayer.
Reimplemented in net.osmand.plus.voice.TTSCommandPlayerImpl, and net.osmand.plus.voice.MediaCommandPlayerImpl.
List<String> net.osmand.plus.voice.AbstractPrologCommandPlayer.execute | ( | List< Struct > | listCmd | ) | [virtual] |
Implements net.osmand.plus.voice.CommandPlayer.
String net.osmand.plus.voice.AbstractPrologCommandPlayer.getCurrentVoice | ( | ) | [virtual] |
Implements net.osmand.plus.voice.CommandPlayer.
Reimplemented in net.osmand.plus.voice.MediaCommandPlayerImpl.
Implements net.osmand.plus.voice.CommandPlayer.
Term net.osmand.plus.voice.AbstractPrologCommandPlayer.solveSimplePredicate | ( | String | predicate | ) | [protected] |
final String net.osmand.plus.voice.AbstractPrologCommandPlayer.A_LEFT = "left" [static] |
final String net.osmand.plus.voice.AbstractPrologCommandPlayer.A_LEFT_SH = "left_sh" [static] |
final String net.osmand.plus.voice.AbstractPrologCommandPlayer.A_LEFT_SL = "left_sl" [static] |
final String net.osmand.plus.voice.AbstractPrologCommandPlayer.A_RIGHT = "right" [static] |
final String net.osmand.plus.voice.AbstractPrologCommandPlayer.A_RIGHT_SH = "right_sh" [static] |
final String net.osmand.plus.voice.AbstractPrologCommandPlayer.A_RIGHT_SL = "right_sl" [static] |
Context net.osmand.plus.voice.AbstractPrologCommandPlayer.ctx [protected] |
final String net.osmand.plus.voice.AbstractPrologCommandPlayer.DELAY_CONST = "delay_" [static, protected] |
final String net.osmand.plus.voice.AbstractPrologCommandPlayer.P_RESOLVE = "resolve" [static, protected] |
final String net.osmand.plus.voice.AbstractPrologCommandPlayer.P_VERSION = "version" [static, protected] |
Prolog net.osmand.plus.voice.AbstractPrologCommandPlayer.prologSystem [protected] |
File net.osmand.plus.voice.AbstractPrologCommandPlayer.voiceDir [protected] |