public interface JanusGraphSchemaType extends 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.
|
nameCopyright © 2012–2023. All rights reserved.