public class OBOTagValuePairList extends Object
| Constructor and Description |
|---|
OBOTagValuePairList(List<OBOVocabulary> knownVocab) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPair(IRI tag,
String value) |
void |
addPair(OBOVocabulary tag,
String value) |
Set<String> |
getValues(OBOVocabulary key) |
void |
setDefault(IRI tag,
String value) |
void |
setDefault(OBOVocabulary tag,
String value) |
void |
setPair(OBOVocabulary key,
String value) |
void |
visit(OWLAnnotation annot) |
void |
write(Writer writer) |
public OBOTagValuePairList(List<OBOVocabulary> knownVocab)
knownVocab - the set of tags that are known by this generatorpublic void visit(OWLAnnotation annot)
public void addPair(OBOVocabulary tag, String value)
public void setPair(OBOVocabulary key, String value)
public void setDefault(OBOVocabulary tag, String value)
public Set<String> getValues(OBOVocabulary key)
public void write(Writer writer)
Copyright © 2012 The University of Manchester. All Rights Reserved.