public class Utility extends Object
| Constructor and Description |
|---|
Utility() |
| Modifier and Type | Method and Description |
|---|---|
static ConceptId |
getResourceEdgeId(GraknTx graph,
ConceptId conceptId1,
ConceptId conceptId2)
Get the resource edge id if there is one.
|
static boolean |
mayHaveResourceEdge(GraknTx graknGraph,
ConceptId conceptId1,
ConceptId conceptId2)
Check whether it is possible that there is a resource edge between the two given concepts.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.