public class OntologyTermSimple extends OntologyTermImpl
log| Constructor and Description |
|---|
OntologyTermSimple(com.hp.hpl.jena.ontology.OntClass resource) |
OntologyTermSimple(String uri,
String term) |
OntologyTermSimple(String uri,
String term,
String description,
boolean isObsolete) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Collection<String> |
getAlternativeIds() |
Collection<AnnotationProperty> |
getAnnotations() |
Collection<OntologyTerm> |
getChildren(boolean direct) |
String |
getComment() |
Collection<OntologyIndividual> |
getIndividuals() |
Collection<OntologyIndividual> |
getIndividuals(boolean direct) |
String |
getLabel() |
String |
getLocalName() |
Object |
getModel() |
Collection<OntologyTerm> |
getParents(boolean direct)
Note that any restriction superclasses are not returned, unless they are has_proper_part
|
Collection<OntologyRestriction> |
getRestrictions() |
String |
getTerm() |
String |
getUri() |
int |
hashCode() |
boolean |
isRoot() |
boolean |
isTermObsolete()
check to see if the term is obsolete, if it is it should not be used
|
getChildren, getParents, toStringcompareToclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic OntologyTermSimple(com.hp.hpl.jena.ontology.OntClass resource)
public boolean equals(Object obj)
equals in class OntologyTermImplpublic Collection<String> getAlternativeIds()
getAlternativeIds in interface OntologyTermgetAlternativeIds in class OntologyTermImplpublic Collection<AnnotationProperty> getAnnotations()
getAnnotations in interface OntologyTermgetAnnotations in class OntologyTermImplpublic Collection<OntologyTerm> getChildren(boolean direct)
getChildren in interface OntologyTermgetChildren in class OntologyTermImplpublic String getComment()
getComment in interface OntologyTermgetComment in class OntologyTermImplpublic Collection<OntologyIndividual> getIndividuals()
getIndividuals in interface OntologyTermgetIndividuals in class OntologyTermImplpublic Collection<OntologyIndividual> getIndividuals(boolean direct)
getIndividuals in interface OntologyTermgetIndividuals in class OntologyTermImplpublic String getLabel()
getLabel in interface OntologyResourcegetLabel in class OntologyTermImplpublic String getLocalName()
getLocalName in interface OntologyTermgetLocalName in class OntologyTermImplpublic Object getModel()
getModel in interface OntologyTermgetModel in class OntologyTermImplpublic Collection<OntologyTerm> getParents(boolean direct)
OntologyTermgetParents in interface OntologyTermgetParents in class OntologyTermImplpublic Collection<OntologyRestriction> getRestrictions()
getRestrictions in interface OntologyTermgetRestrictions in class OntologyTermImplpublic String getTerm()
getTerm in interface OntologyTermgetTerm in class OntologyTermImplpublic String getUri()
getUri in interface OntologyResourcegetUri in interface OntologyTermgetUri in class OntologyTermImplpublic int hashCode()
hashCode in class OntologyTermImplpublic boolean isRoot()
isRoot in interface OntologyTermisRoot in class OntologyTermImplpublic boolean isTermObsolete()
OntologyTermisTermObsolete in interface OntologyTermisTermObsolete in class OntologyTermImplCopyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.