| Package | Description |
|---|---|
| ai.grakn.kb.internal.concept |
Internal implementation of
Concepts |
| ai.grakn.kb.internal.structure |
Internal implementation of structures embedded in a
GraknTx. |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeImpl<D>
Represent a literal resource in the graph.
|
class |
AttributeTypeImpl<D>
An ontological element which models and categorises the various
Attribute in the graph. |
class |
EntityImpl
An instance of Entity Type
EntityType |
class |
EntityTypeImpl
SchemaConcept used to represent categories. |
class |
RelationshipReified
Encapsulates The
Relationship as a VertexElement |
class |
RelationshipTypeImpl
An ontological element which categorises how instances may relate to each other.
|
class |
RoleImpl
|
class |
RuleImpl
An ontological element used to model and categorise different types of
Rule. |
class |
SchemaConceptImpl<T extends SchemaConcept>
Schema Specific
Concept |
class |
ThingImpl<T extends Thing,V extends Type>
A data instance in the graph belonging to a specific
Type |
class |
TypeImpl<T extends Type,V extends Thing>
A Type represents any ontological element in the graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Shard.link(ConceptImpl concept)
Links a new concept to this shard.
|
| Constructor and Description |
|---|
Shard(ConceptImpl owner,
VertexElement vertexElement) |
Copyright © 2018 Grakn Labs Ltd. All rights reserved.