public class ResultGraphRowListModel extends Object implements Query<GraphRowListModel>
| Constructor and Description |
|---|
ResultGraphRowListModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGraphRowResult(GraphRowModel graphRowModel) |
List<DefaultGraphRowModel> |
getData() |
GraphRowListModel |
queryResults() |
void |
setData(List<DefaultGraphRowModel> data) |
public GraphRowListModel queryResults()
queryResults in interface Query<GraphRowListModel>public void addGraphRowResult(GraphRowModel graphRowModel)
public List<DefaultGraphRowModel> getData()
public void setData(List<DefaultGraphRowModel> data)
Copyright © 2017 Neo Technology, Inc.. All rights reserved.