public final class Platform extends java.lang.Object implements PlatformFactory
PlatformFactory.| Constructor and Description |
|---|
Platform() |
| Modifier and Type | Method and Description |
|---|---|
ResourceFactory<SpokenInput> |
getSpokeninput()
Retrieves the spoken input implementation.
|
ResourceFactory<SynthesizedOutput> |
getSynthesizedoutput()
Retrieves the synthesized output implementation.
|
ResourceFactory<Telephony> |
getTelephony()
Retrieves the telephonyFactory implementation.
|
void |
setSpokeninput(ResourceFactory<SpokenInput> input)
Sets the spoken input implementation.
|
void |
setSynthesizedoutput(ResourceFactory<SynthesizedOutput> output)
Sets the synthesized output implementation.
|
void |
setTelephony(ResourceFactory<Telephony> tel)
Sets the telephonyFactory implementation.
|
public ResourceFactory<SpokenInput> getSpokeninput()
getSpokeninput in interface PlatformFactorypublic void setSpokeninput(ResourceFactory<SpokenInput> input)
input - the spokenInputFactory to setpublic ResourceFactory<SynthesizedOutput> getSynthesizedoutput()
getSynthesizedoutput in interface PlatformFactorypublic void setSynthesizedoutput(ResourceFactory<SynthesizedOutput> output)
output - the synthesizedOutputFactory to setpublic ResourceFactory<Telephony> getTelephony()
getTelephony in interface PlatformFactorypublic void setTelephony(ResourceFactory<Telephony> tel)
tel - the telephonyFactory to set