public interface GraknAdmin
| Modifier and Type | Method and Description |
|---|---|
<T extends Concept> |
buildConcept(org.apache.tinkerpop.gremlin.structure.Vertex vertex) |
Type |
getMetaConcept()
Get the root of all Types.
|
EntityType |
getMetaEntityType()
Get the root of all the Entity Types.
|
RelationType |
getMetaRelationType()
Get the root of all Relation Types.
|
ResourceType |
getMetaResourceType()
Get the root of all the Resource Types.
|
RoleType |
getMetaRoleType()
Get the root of all the Role Types.
|
RuleType |
getMetaRuleConstraint()
Get the root of all constraint rules.
|
RuleType |
getMetaRuleInference()
Get the root of all inference rules.
|
RuleType |
getMetaRuleType()
Get the root of all Rule Types;
|
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<org.apache.tinkerpop.gremlin.structure.Vertex,org.apache.tinkerpop.gremlin.structure.Vertex> |
getTinkerTraversal()
Utility function to get a read-only Tinkerpop traversal.
|
<T extends Concept> T buildConcept(org.apache.tinkerpop.gremlin.structure.Vertex vertex)
T - The type of the concept being builtvertex - A vertex which contains properties necessary to build a concept from.org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<org.apache.tinkerpop.gremlin.structure.Vertex,org.apache.tinkerpop.gremlin.structure.Vertex> getTinkerTraversal()
Type getMetaConcept()
RelationType getMetaRelationType()
RoleType getMetaRoleType()
ResourceType getMetaResourceType()
EntityType getMetaEntityType()
RuleType getMetaRuleType()
RuleType getMetaRuleInference()
RuleType getMetaRuleConstraint()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.