public class Graph extends Entity
| Modifier and Type | Field and Description |
|---|---|
protected List<Map<String,Object>> |
nodes |
protected List<Map<String,Object>> |
transitions |
entityType| Constructor and Description |
|---|
Graph() |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Object>> |
getNodes() |
List<Map<String,Object>> |
getTransitions() |
getEntityTypeCopyright © 2018 Nuxeo. All rights reserved.