public class TypeConverter extends Object implements SchemaConceptConverter<Type>
Basic SchemaConceptConverter implementation for conversion between compatible types.
| Constructor and Description |
|---|
TypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Role> |
toCompatibleRoles(Type entryType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoRelationshipMultimappublic java.util.stream.Stream<Role> toCompatibleRoles(Type entryType)
toCompatibleRoles in interface SchemaConceptConverter<Type>entryType - to be convertedRoles that are compatible with this SchemaConceptCopyright © 2017 Grakn Labs Ltd. All rights reserved.