Package velo.q.structure
Class DataPoint
java.lang.Object
velo.q.structure.DataPoint
The Class DataPoint.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionFetch.getName()Gets the name.String[]Gets the query params.voidPlot.voidSets the name.voidsetQueryParams(String[] queryParams) Sets the query params.Stringify. 
- 
Constructor Details
- 
DataPoint
Instantiates a new data point.- Parameters:
 name- the namequeryParams- the query params
 
 - 
 - 
Method Details
- 
fetch
Fetch.- Parameters:
 p- the p- Returns:
 - the object
 
 - 
plot
Plot.- Parameters:
 o- the o
 - 
stringify
Stringify.- Parameters:
 o- the o- Returns:
 - the string
 
 - 
getName
Gets the name.- Returns:
 - the name
 
 - 
setName
Sets the name.- Parameters:
 name- the new name
 - 
getQueryParams
Gets the query params.- Returns:
 - the query params
 
 - 
setQueryParams
Sets the query params.- Parameters:
 queryParams- the new query params
 
 -