public class NebulaVertex extends Object implements Serializable
| Constructor and Description |
|---|
NebulaVertex(String vid,
List<String> propValues) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPropValues() |
String |
getPropValuesString() |
String |
getVid() |
void |
setPropValues(List<String> propValues) |
void |
setVid(String vid) |
String |
toString() |
Copyright © 2024. All rights reserved.