T - type to convert frompublic interface OntologyConceptConverter<T extends OntologyConcept>
OntologyConceptConverter interface for conversion between compatible OntologyConcept.
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<RelationType,Role> |
toRelationMultimap(T ontologyConcept)
convert a given type to a map of relation types in which it can play roles
and the corresponding role types including entity type hierarchy
|
com.google.common.collect.Multimap<RelationType,Role> toRelationMultimap(T ontologyConcept)
ontologyConcept - to be convertedCopyright © 2017 Grakn Labs Ltd. All rights reserved.