Uses of Class
org.molgenis.semanticsearch.semantic.OntologyTag
-
Packages that use OntologyTag Package Description org.molgenis.semanticsearch.semantic org.molgenis.semanticsearch.service org.molgenis.semanticsearch.service.impl -
-
Uses of OntologyTag in org.molgenis.semanticsearch.semantic
Methods in org.molgenis.semanticsearch.semantic that return OntologyTag Modifier and Type Method Description static OntologyTagOntologyTag. create(org.molgenis.ontology.core.model.OntologyTerm term, org.molgenis.data.semantic.Relation relation) -
Uses of OntologyTag in org.molgenis.semanticsearch.service
Methods in org.molgenis.semanticsearch.service that return OntologyTag Modifier and Type Method Description OntologyTagOntologyTagService. addAttributeTag(String entityTypeId, String attributeName, String relationIRI, List<String> ontologyTermIRIs)Methods in org.molgenis.semanticsearch.service that return types with arguments of type OntologyTag Modifier and Type Method Description Map<String,OntologyTag>OntologyTagService. tagAttributesInEntity(String entity, Map<org.molgenis.data.meta.model.Attribute,org.molgenis.ontology.core.model.OntologyTerm> tags) -
Uses of OntologyTag in org.molgenis.semanticsearch.service.impl
Methods in org.molgenis.semanticsearch.service.impl that return OntologyTag Modifier and Type Method Description OntologyTagOntologyTagServiceImpl. addAttributeTag(String entity, String attribute, String relationIRI, List<String> ontologyTermIRIs)Methods in org.molgenis.semanticsearch.service.impl that return types with arguments of type OntologyTag Modifier and Type Method Description Map<String,OntologyTag>OntologyTagServiceImpl. tagAttributesInEntity(String entity, Map<org.molgenis.data.meta.model.Attribute,org.molgenis.ontology.core.model.OntologyTerm> tags)
-