public class GraphNode extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,Set<Object>> |
edges |
Map<String,Object> |
properties |
| Constructor and Description |
|---|
GraphNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(GraphNode node) |
boolean |
addEdge(String type,
Object value) |
boolean |
addEdges(String type,
Collection<Object> values) |
boolean |
addEdges(String type,
Object[] values) |
boolean |
addProperty(String name,
Object value) |
boolean |
removeEdge(String type,
String value) |
public boolean addEdges(String type, Collection<Object> values)
public void add(GraphNode node)
Copyright © 2016 QWAZR / Emmanuel Keller. All rights reserved.