public interface ElementId extends GeObjectId
| Modifier and Type | Method and Description |
|---|---|
static ElementId |
create(ElementType elementType,
String id) |
static ElementId |
edge(String id) |
ElementType |
getElementType()
Get the type of the element
|
String |
getId()
get the id of the element
|
static ElementId |
vertex(String id) |
static ElementId create(ElementType elementType, String id)
ElementType getElementType()
String getId()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.