public final class Schema extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Schema.Analytics
An enum representing analytics schema elements
|
static class |
Schema.BaseType
Base Types reflecting the possible objects in the concept
|
static class |
Schema.EdgeLabel
The different types of edges between vertices
|
static class |
Schema.EdgeProperty
A property enum defining the possible labels that can go on the edge label.
|
static class |
Schema.ImplicitType
This stores the schema which is required when implicitly creating roles for the has-resource methods
|
static class |
Schema.MetaSchema
The concepts which represent our internal schema
|
static class |
Schema.VertexProperty
An enum which defines the non-unique mutable properties of the concept.
|
@CheckReturnValue public static String generateResourceIndex(Label label, String value)
label - The resource type labelvalue - The value of the resourceCopyright © 2017 Grakn Labs Ltd. All rights reserved.