Serialized Form
-
Package com.wolfram.alpha
-
Class com.wolfram.alpha.WAEngine extends WAQueryParametersImpl implements Serializable
- serialVersionUID:
- -5237279408150019312L
-
Serialized Fields
-
appid
String appid
-
downloadDir
File downloadDir
-
http
HttpProvider http
-
path
String path
-
server
String server
-
-
Class com.wolfram.alpha.WAException extends Exception implements Serializable
- serialVersionUID:
- 6178883112953158149L
-
-
Package com.wolfram.alpha.impl
-
Class com.wolfram.alpha.impl.WAAssumptionImpl extends Object implements Serializable
- serialVersionUID:
- -7699189119552569080L
-
Class com.wolfram.alpha.impl.WAExamplePageImpl extends Object implements Serializable
- serialVersionUID:
- -1376525662169680759L
-
Class com.wolfram.alpha.impl.WAFutureTopicImpl extends Object implements Serializable
- serialVersionUID:
- -511306768207916575L
-
Class com.wolfram.alpha.impl.WAImageImpl extends Object implements Serializable
- serialVersionUID:
- 8073460264016968534L
-
Class com.wolfram.alpha.impl.WAInfoImpl extends Object implements Serializable
- serialVersionUID:
- 687066271144463657L
-
Class com.wolfram.alpha.impl.WALinkImpl extends Object implements Serializable
- serialVersionUID:
- 8863194509191889875L
-
Class com.wolfram.alpha.impl.WAPlainTextImpl extends Object implements Serializable
- serialVersionUID:
- 7613237059547988592L
-
Serialized Fields
-
text
String text
-
-
Class com.wolfram.alpha.impl.WAPodImpl extends Object implements Serializable
- serialVersionUID:
- 7267507688992616456L
-
Serialized Fields
-
asyncException
WAException asyncException
-
asyncURL
String asyncURL
-
error
boolean error
-
id
String id
-
infos
WAInfoImpl[] infos
-
podstates
WAPodStateImpl[] podstates
-
position
int position
-
scanner
String scanner
-
sounds
WASoundImpl[] sounds
-
subpods
WASubpodImpl[] subpods
-
title
String title
-
-
Class com.wolfram.alpha.impl.WAPodStateImpl extends Object implements Serializable
- serialVersionUID:
- -253401729369983369L
-
Class com.wolfram.alpha.impl.WAQueryImpl extends WAQueryParametersImpl implements Serializable
- serialVersionUID:
- -1282976731786573517L
-
Class com.wolfram.alpha.impl.WAQueryParametersImpl extends Object implements Serializable
- serialVersionUID:
- 2222070970297271641L
-
Serialized Fields
-
allowReinterpret
boolean allowReinterpret
-
allowTranslation
Boolean allowTranslation
-
appid
String appid
-
assumptions
List<String> assumptions
-
async
double async
-
countryCode
String countryCode
-
currency
String currency
-
excludePodIDs
List<String> excludePodIDs
-
extraParams
List<String[]> extraParams
-
formats
List<String> formats
-
formatTimeout
double formatTimeout
-
includePodIDs
List<String> includePodIDs
-
includeRelatedLinks
boolean includeRelatedLinks
-
input
String input
-
ip
String ip
-
latitude
Double latitude
-
location
String location
-
longitude
Double longitude
-
magnification
double magnification
-
maxWidth
int maxWidth
-
metric
Boolean metric
-
plotWidth
int plotWidth
-
podIndices
List<Integer> podIndices
-
podScanners
List<String> podScanners
-
podStates
List<WAPodState> podStates
-
podTimeout
double podTimeout
-
podTitles
List<String> podTitles
-
scanTimeout
double scanTimeout
-
signature
String signature
-
width
int width
-
-
Class com.wolfram.alpha.impl.WAQueryResultImpl extends Object implements Serializable
- serialVersionUID:
- 6045494030310944812L
-
Serialized Fields
-
assumptions
WAAssumptionImpl[] assumptions
-
bytes
byte[] bytes
-
dataTypes
String[] dataTypes
-
didYouMeans
String[] didYouMeans
-
error
boolean error
-
errorCode
int errorCode
-
errorMessage
String errorMessage
-
examplePage
WAExamplePage examplePage
-
futureTopic
WAFutureTopic futureTopic
-
imagesAcquired
boolean imagesAcquired
-
languageMessage
String[] languageMessage
-
parseTiming
double parseTiming
-
pods
WAPodImpl[] pods
-
recalcURL
String recalcURL
-
relatedExamples
WARelatedExampleImpl[] relatedExamples
-
relatedLinks
WARelatedLinkImpl[] relatedLinks
-
sources
WASourceInfoImpl[] sources
-
splatTips
String[] splatTips
-
success
boolean success
-
timedoutScanners
String[] timedoutScanners
-
timing
double timing
-
version
String version
-
warnings
WAWarningImpl[] warnings
-
-
Class com.wolfram.alpha.impl.WAReinterpretWarningImpl extends WAWarningImpl implements Serializable
- serialVersionUID:
- 7006649850656408617L
-
Class com.wolfram.alpha.impl.WARelatedExampleImpl extends Object implements Serializable
- serialVersionUID:
- -1235014424251757805L
-
Class com.wolfram.alpha.impl.WARelatedLinkImpl extends Object implements Serializable
- serialVersionUID:
- -4694106442074004620L
-
Class com.wolfram.alpha.impl.WASoundImpl extends Object implements Serializable
- serialVersionUID:
- 3863860206159745210L
-
Class com.wolfram.alpha.impl.WASourceInfoImpl extends Object implements Serializable
- serialVersionUID:
- -6541107289959358774L
-
Class com.wolfram.alpha.impl.WASubpodImpl extends Object implements Serializable
- serialVersionUID:
- 7545052461156130238L
-
Class com.wolfram.alpha.impl.WAUnitsImpl extends Object implements Serializable
- serialVersionUID:
- -1635250906549142822L
-
Class com.wolfram.alpha.impl.WAWarningImpl extends Object implements Serializable
- serialVersionUID:
- 2599384508960192266L
-
-
Package com.wolfram.alpha.net
-
Class com.wolfram.alpha.net.WAHttpException extends Exception implements Serializable
- serialVersionUID:
- 59955069668288618L
-
Serialized Fields
-
httpStatusCode
int httpStatusCode
-
-
-
Package com.wolfram.alpha.visitor