public class Ontology extends Object
| Constructor and Description |
|---|
Ontology() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescription() |
Map<String,OntologyTerm> |
getTerms() |
String |
inverseOf(RelDescriptor rd) |
String |
inverseOf(String termCode) |
Ontology |
setCode(String code) |
Ontology |
setDescription(String description) |
Ontology |
setTerms(Map<String,OntologyTerm> terms) |
String |
toString() |
public String getCode()
public String getDescription()
public Map<String,OntologyTerm> getTerms()
public Ontology setTerms(Map<String,OntologyTerm> terms)
public String inverseOf(RelDescriptor rd)
Copyright © 2022. All rights reserved.