| Package | Description |
|---|---|
| ai.grakn.concept | |
| ai.grakn.migration.owl |
| Modifier and Type | Method and Description |
|---|---|
Entity |
EntityType.addEntity()
Creates and returns a new Entity instance.
|
Entity |
Concept.asEntity()
Return as an Entity, if the Concept is an Entity Instance.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Entity> |
EntityType.instances()
Returns a collection of all Entity instances for this EntityType.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
OWLMigrator.entity(org.semanticweb.owlapi.model.OWLNamedIndividual individual) |
<T> Entity |
OWLMigrator.getEntity(T id,
ResourceType<T> rtype) |
Entity |
OWLMigrator.putEntity(String id,
EntityType type) |
Copyright © 2016 Grakn Labs Ltd. All rights reserved.