public class EntityImpl extends ThingImpl<Entity,EntityType> implements Entity
An instance of Entity Type EntityType
This represents an entity in the graph.
Entities are objects which are defined by their Attribute and their links to
other entities via Relationship
| Modifier and Type | Method and Description |
|---|---|
static EntityImpl |
create(VertexElement vertexElement,
EntityType type) |
static EntityImpl |
from(Entity entity) |
static EntityImpl |
get(VertexElement vertexElement) |
attributeInferred, attributes, delete, getIndex, has, isInferred, keys, relationships, relhas, roles, type, unhasbaseType, caches, createShard, currentShard, deleteNode, equals, hashCode, id, isDeleted, keyspace, shardCount, shards, toString, vertexclone, finalize, getClass, notify, notifyAll, wait, wait, waitasThing, attributes, isInferred, isThing, keys, relationships, relhas, rolesasAttribute, asAttributeType, asEntityType, asRelationship, asRelationshipType, asRole, asRule, asSchemaConcept, asType, delete, id, isAttribute, isAttributeType, isDeleted, isEntityType, isRelationship, isRelationshipType, isRole, isRule, isSchemaConcept, isType, keyspacefromfrom, registerCache, txCacheClear, txCacheFlushpublic static EntityImpl get(VertexElement vertexElement)
public static EntityImpl create(VertexElement vertexElement, EntityType type)
public static EntityImpl from(Entity entity)
Copyright © 2018 Grakn Labs Ltd. All rights reserved.