public class QueryData extends Observable
| Constructor and Description |
|---|
QueryData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addData(DataSet2D dataset)
Add the dataset into the array list for the DataSet2D
|
void |
clearData()
Remove the array list data of the dataSet2D
|
DataSet2D |
getData(String title)
Get the data using the data title
|
ArrayList<String> |
getDataTitles()
Get data titles
|
void |
notifyDataObservers() |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic void clearData()
public void addData(DataSet2D dataset)
dataset - - The dataset2Dpublic ArrayList<String> getDataTitles()
public DataSet2D getData(String title)
title - - The title stringpublic void notifyDataObservers()
Copyright © 2014 Uppsala University and Aalborg University. All Rights Reserved.