public class OntologyTermImpl extends Object implements OntologyTerm
| Constructor and Description |
|---|
OntologyTermImpl(Entity ontologyTermEntity) |
OntologyTermImpl(String iri,
String label,
String description,
String termAccession,
Ontology ontology) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getIRI() |
String |
getLabel() |
Ontology |
getOntology() |
Set<String> |
getSynonyms() |
String |
getTermAccession() |
int |
hashCode() |
String |
toString() |
public OntologyTermImpl(String iri, String label, String description, String termAccession, Ontology ontology)
public OntologyTermImpl(Entity ontologyTermEntity)
public String getIRI()
getIRI in interface OntologyTermpublic String getLabel()
getLabel in interface OntologyTermpublic Set<String> getSynonyms()
getSynonyms in interface OntologyTermpublic Ontology getOntology()
getOntology in interface OntologyTermpublic String getDescription()
getDescription in interface OntologyTermpublic String getTermAccession()
getTermAccession in interface OntologyTermCopyright © 2015. All Rights Reserved.