| Package | Description |
|---|---|
| org.coode.owlapi.obo.parser | |
| org.coode.owlapi.obo.renderer |
| Modifier and Type | Method and Description |
|---|---|
static OBOVocabulary |
OBOVocabulary.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OBOVocabulary[] |
OBOVocabulary.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<OBOVocabulary> |
OBOVocabulary.getHeaderTags() |
static List<OBOVocabulary> |
OBOVocabulary.getInstanceStanzaTags() |
static List<OBOVocabulary> |
OBOVocabulary.getTermStanzaTags() |
static List<OBOVocabulary> |
OBOVocabulary.getTypeDefStanzaTags() |
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.IRI |
AbstractTagValueHandler.getTagIRI(OBOVocabulary vocabulary) |
| Modifier and Type | Method and Description |
|---|---|
void |
OBOTagValuePairList.addPair(OBOVocabulary tag,
String value) |
Set<String> |
OBOTagValuePairList.getValues(OBOVocabulary key) |
void |
OBOTagValuePairList.setDefault(OBOVocabulary tag,
String value) |
void |
OBOTagValuePairList.setPair(OBOVocabulary key,
String value) |
| Constructor and Description |
|---|
OBOTagValuePairList(List<OBOVocabulary> knownVocab) |
Copyright © 2014 The University of Manchester. All Rights Reserved.