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