public interface ConceptVertex
A Concept represented as a VertexElement
This class is helper used to ensure that any concept which needs to contain a VertexElement can handle it.
Either by returning an existing one r going through some reification procedure to return a new one.
| Modifier and Type | Method and Description |
|---|---|
static ConceptVertex |
from(Concept concept) |
VertexElement |
vertex() |
VertexElement vertex()
static ConceptVertex from(Concept concept)
Copyright © 2018 Grakn Labs Ltd. All rights reserved.