Package com.uppaal.model.core2
Class QueryData
- java.lang.Object
-
- com.uppaal.model.core2.QueryData
-
public class QueryData extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addData(DataSet2D dataset)
Add the dataset into the array list for the DataSet2Dvoid
clearData()
Remove the array list data of the dataSet2DDataSet2D
getData(String title)
Get the data using the data titleArrayList<String>
getDataTitles()
Get data titles
-
-
-
Method Detail
-
clearData
public void clearData()
Remove the array list data of the dataSet2D
-
addData
public void addData(DataSet2D dataset)
Add the dataset into the array list for the DataSet2D- Parameters:
dataset
- - The dataset2D
-
getDataTitles
public ArrayList<String> getDataTitles()
Get data titles- Returns:
- dataTitles - The string array list of the titles
-
-