public interface SortaService
| Modifier and Type | Method and Description |
|---|---|
Iterable<Entity> |
findOntologyTermEntities(String ontologyIri,
Entity inputEntity)
Find a list of relevant ontologyterm typed entities using lexical matching (elasticsearch + ngram) in generic
type based on given ontologyIri and a set of query inputs (name, synonym, ontology database id, e.g.
|
Iterable<Entity> |
getAllOntologyEntities()
Get all ontology entities in generic type
|
Entity |
getOntologyEntity(String ontologyIri)
Get a specified ontology entity in generic type based on the given ontologyIri
|
Entity |
getOntologyTermEntity(String ontologyTermIri,
String ontologyIri)
Get a specified ontologyterm in generic type based on the given ontologyIri and ontologyTermIri
|
Iterable<Entity> getAllOntologyEntities()
Entity getOntologyEntity(String ontologyIri)
Entity getOntologyTermEntity(String ontologyTermIri, String ontologyIri)
Iterable<Entity> findOntologyTermEntities(String ontologyIri, Entity inputEntity)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.