public class EmbeddedGraphRowModelAdapter extends GraphRowModelAdapter
| Constructor and Description |
|---|
EmbeddedGraphRowModelAdapter(GraphModelAdapter graphModelAdapter) |
| Modifier and Type | Method and Description |
|---|---|
GraphRowModel |
adapt(Map<String,Object> data)
Reads the next row from the result object and transforms it into a RowModel object
|
void |
setColumns(List<String> columns) |
public EmbeddedGraphRowModelAdapter(GraphModelAdapter graphModelAdapter)
public GraphRowModel adapt(Map<String,Object> data)
adapt in interface ResultAdapter<Map<String,Object>,GraphRowModel>adapt in class GraphRowModelAdapterdata - the data to transform, given as a mapRowModelpublic void setColumns(List<String> columns)
setColumns in class GraphRowModelAdapterCopyright © 2017 Neo Technology, Inc.. All rights reserved.