public class Node extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup() |
String |
getId() |
String |
getLabel() |
Integer |
getLevel() |
Map<String,String> |
getProperties() |
void |
setGroup(String group) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setLevel(Integer level) |
void |
setProperties(Map<String,String> properties) |
String |
toString() |
public String getId()
public void setId(String id)
public String getLabel()
public void setLabel(String label)
public String getGroup()
public void setGroup(String group)
public Integer getLevel()
public void setLevel(Integer level)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.