public interface JanusGraphSchemaType extends Idfiable, JanusGraphSchemaElement
JanusGraphSchemaElement that represents a label or key
used in the graph. As such, a schema type is either a RelationType
or a VertexLabel.
JanusGraphSchemaTypes are a special JanusGraphSchemaElement in that they are referenced from the
main graph when creating vertices, edges, and properties.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNew()
Checks whether this schema type has been newly created in the current transaction.
|
default long |
longId()
Returns the long representation of the id.
|
nameboolean isNew()
default long longId()
Copyright © 2012–2024. All rights reserved.