Package com.wolfram.alpha
Interface WAQueryParameters
- All Known Subinterfaces:
- WAQuery
- All Known Implementing Classes:
- WAEngine,- WAQueryImpl,- WAQueryParametersImpl
public interface WAQueryParameters
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAssumption(String assumption)voidaddExcludePodID(String podid)voidvoidaddIncludePodID(String podid)voidaddPodIndex(int podindex)voidaddPodScanner(String podscanner)voidaddPodState(WAPodState podstate)voidaddPodState(String podstate)voidaddPodState(String podstate, long id)voidaddPodTitle(String podtitle)voidvoidvoidvoidvoidvoidvoidvoidfillFromURL(String url)String[]doublegetAsync()String[]String[]doubleString[]getInput()getIP()double[]doubleintintint[]String[]doubleString[]doubleintgetWidth()isMetric()booleanbooleanvoidsetAllowTranslation(Boolean allow)voidsetAsync(double async)voidsetCountryCode(String code)voidsetCurrency(String currency)voidsetFormatTimeout(double timeout)voidvoidvoidsetLatitude(double latitude)voidsetLatLong(String latlong)voidsetLocation(String loc)voidsetLongitude(double longitude)voidsetMagnification(double mag)voidsetMaxWidth(int width)voidvoidsetPlotWidth(int width)voidsetPodTimeout(double timeout)voidsetReinterpret(boolean reinterpret)voidsetRelatedLinks(boolean include)voidsetScanTimeout(double timeout)voidsetSignature(String sig)voidsetWidth(int width)
- 
Method Details- 
getInputString getInput()
- 
setInput
- 
getFormatsString[] getFormats()
- 
addFormat
- 
getScanTimeoutdouble getScanTimeout()
- 
setScanTimeoutvoid setScanTimeout(double timeout)
- 
getPodTimeoutdouble getPodTimeout()
- 
setPodTimeoutvoid setPodTimeout(double timeout)
- 
getFormatTimeoutdouble getFormatTimeout()
- 
setFormatTimeoutvoid setFormatTimeout(double timeout)
- 
getAsyncdouble getAsync()
- 
setAsyncvoid setAsync(double async)
- 
getIPString getIP()
- 
setIP
- 
getLatLongdouble[] getLatLong()
- 
setLatLong
- 
setLatitudevoid setLatitude(double latitude)
- 
setLongitudevoid setLongitude(double longitude)
- 
getLocationString getLocation()
- 
setLocation
- 
isMetricBoolean isMetric()
- 
setMetric
- 
getCurrencyString getCurrency()
- 
setCurrency
- 
getCountryCodeString getCountryCode()
- 
setCountryCode
- 
isAllowTranslationBoolean isAllowTranslation()
- 
setAllowTranslation
- 
getWidthint getWidth()
- 
setWidthvoid setWidth(int width)
- 
getMaxWidthint getMaxWidth()
- 
setMaxWidthvoid setMaxWidth(int width)
- 
getPlotWidthint getPlotWidth()
- 
setPlotWidthvoid setPlotWidth(int width)
- 
getMagnificationdouble getMagnification()
- 
setMagnificationvoid setMagnification(double mag)
- 
getPodTitlesString[] getPodTitles()
- 
addPodTitle
- 
clearPodTitlesvoid clearPodTitles()
- 
getPodIndexesint[] getPodIndexes()
- 
addPodIndexvoid addPodIndex(int podindex)
- 
clearPodIndexesvoid clearPodIndexes()
- 
getPodScannersString[] getPodScanners()
- 
addPodScanner
- 
clearPodScannersvoid clearPodScanners()
- 
getIncludePodIDsString[] getIncludePodIDs()
- 
addIncludePodID
- 
clearIncludePodIDsvoid clearIncludePodIDs()
- 
getExcludePodIDsString[] getExcludePodIDs()
- 
addExcludePodID
- 
clearExcludePodIDsvoid clearExcludePodIDs()
- 
getAssumptionsString[] getAssumptions()
- 
addAssumption
- 
clearAssumptionsvoid clearAssumptions()
- 
getPodStatesWAPodState[] getPodStates()
- 
addPodState
- 
addPodState
- 
addPodState
- 
clearPodStatesvoid clearPodStates()
- 
setRelatedLinksvoid setRelatedLinks(boolean include)
- 
isRelatedLinksboolean isRelatedLinks()
- 
setReinterpretvoid setReinterpret(boolean reinterpret)
- 
isReinterpretboolean isReinterpret()
- 
setSignature
- 
getExtraParams
- 
getParameters
- 
fillFromURL
- 
toWebsiteURLString toWebsiteURL()
 
-