public class Node extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup() |
String |
getId() |
String |
getLabel() |
Map<String,String> |
getProperties() |
void |
setGroup(String group) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setProperties(Map<String,String> properties) |
Copyright © 2018–2020 ODPi. All rights reserved.