| Package | Description |
|---|---|
| ai.grakn.engine.controller.response |
| Modifier and Type | Class and Description |
|---|---|
class |
Attribute
Wrapper class for
Attribute |
class |
AttributeType
Wrapper class for
AttributeType |
class |
Entity
Wrapper class for
Entity |
class |
EntityType
Wrapper class for
EntityType |
class |
MetaConcept
Special wrapper class for the top meta concept
Schema.MetaSchema.THING; |
class |
Relationship
Wrapper class for
Relationship |
class |
RelationshipType
Wrapper class for
RelationshipType |
class |
Role
Wrapper class for
Role |
class |
Rule
Wrapper class for
Rule |
class |
SchemaConcept
Wrapper class for
SchemaConcept |
class |
Thing
Wrapper class for
Thing |
class |
Type
Wrapper class for
Type |
| Modifier and Type | Method and Description |
|---|---|
static <X extends Concept> |
ConceptBuilder.build(ai.grakn.concept.Concept concept)
Takes a
Concept and returns the equivalent response object |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Concept> |
Answer.conceptMap() |
| Modifier and Type | Method and Description |
|---|---|
static Answer |
Answer.create(Map<String,Concept> conceptMap) |
Copyright © 2018 Grakn Labs Ltd. All rights reserved.