Package com.wolfram.alpha
Interface WAQueryParameters
- All Known Subinterfaces:
WAQuery
- All Known Implementing Classes:
WAEngine
,WAQueryImpl
,WAQueryParametersImpl
public interface WAQueryParameters
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAssumption(String assumption)
void
addExcludePodID(String podid)
void
void
addIncludePodID(String podid)
void
addPodIndex(int podindex)
void
addPodScanner(String podscanner)
void
addPodState(WAPodState podstate)
void
addPodState(String podstate)
void
addPodState(String podstate, long id)
void
addPodTitle(String podtitle)
void
void
void
void
void
void
void
void
fillFromURL(String url)
String[]
double
getAsync()
String[]
String[]
double
String[]
getInput()
getIP()
double[]
double
int
int
int[]
String[]
double
String[]
double
int
getWidth()
isMetric()
boolean
boolean
void
setAllowTranslation(Boolean allow)
void
setAsync(double async)
void
setCountryCode(String code)
void
setCurrency(String currency)
void
setFormatTimeout(double timeout)
void
void
void
setLatitude(double latitude)
void
setLatLong(String latlong)
void
setLocation(String loc)
void
setLongitude(double longitude)
void
setMagnification(double mag)
void
setMaxWidth(int width)
void
void
setPlotWidth(int width)
void
setPodTimeout(double timeout)
void
setReinterpret(boolean reinterpret)
void
setRelatedLinks(boolean include)
void
setScanTimeout(double timeout)
void
setSignature(String sig)
void
setWidth(int width)
-
Method Details
-
getInput
String getInput() -
setInput
-
getFormats
String[] getFormats() -
addFormat
-
getScanTimeout
double getScanTimeout() -
setScanTimeout
void setScanTimeout(double timeout) -
getPodTimeout
double getPodTimeout() -
setPodTimeout
void setPodTimeout(double timeout) -
getFormatTimeout
double getFormatTimeout() -
setFormatTimeout
void setFormatTimeout(double timeout) -
getAsync
double getAsync() -
setAsync
void setAsync(double async) -
getIP
String getIP() -
setIP
-
getLatLong
double[] getLatLong() -
setLatLong
-
setLatitude
void setLatitude(double latitude) -
setLongitude
void setLongitude(double longitude) -
getLocation
String getLocation() -
setLocation
-
isMetric
Boolean isMetric() -
setMetric
-
getCurrency
String getCurrency() -
setCurrency
-
getCountryCode
String getCountryCode() -
setCountryCode
-
isAllowTranslation
Boolean isAllowTranslation() -
setAllowTranslation
-
getWidth
int getWidth() -
setWidth
void setWidth(int width) -
getMaxWidth
int getMaxWidth() -
setMaxWidth
void setMaxWidth(int width) -
getPlotWidth
int getPlotWidth() -
setPlotWidth
void setPlotWidth(int width) -
getMagnification
double getMagnification() -
setMagnification
void setMagnification(double mag) -
getPodTitles
String[] getPodTitles() -
addPodTitle
-
clearPodTitles
void clearPodTitles() -
getPodIndexes
int[] getPodIndexes() -
addPodIndex
void addPodIndex(int podindex) -
clearPodIndexes
void clearPodIndexes() -
getPodScanners
String[] getPodScanners() -
addPodScanner
-
clearPodScanners
void clearPodScanners() -
getIncludePodIDs
String[] getIncludePodIDs() -
addIncludePodID
-
clearIncludePodIDs
void clearIncludePodIDs() -
getExcludePodIDs
String[] getExcludePodIDs() -
addExcludePodID
-
clearExcludePodIDs
void clearExcludePodIDs() -
getAssumptions
String[] getAssumptions() -
addAssumption
-
clearAssumptions
void clearAssumptions() -
getPodStates
WAPodState[] getPodStates() -
addPodState
-
addPodState
-
addPodState
-
clearPodStates
void clearPodStates() -
setRelatedLinks
void setRelatedLinks(boolean include) -
isRelatedLinks
boolean isRelatedLinks() -
setReinterpret
void setReinterpret(boolean reinterpret) -
isReinterpret
boolean isReinterpret() -
setSignature
-
getExtraParams
-
getParameters
-
fillFromURL
-
toWebsiteURL
String toWebsiteURL()
-