public class SynonymTagValueHandler extends AbstractTagValueHandler
| Modifier and Type | Field and Description |
|---|---|
static org.semanticweb.owlapi.model.IRI |
SYNONYM_TYPE_IRI
synonym type iri
|
static org.semanticweb.owlapi.model.IRI |
XREF_IRI
xref iri
|
| Constructor and Description |
|---|
SynonymTagValueHandler(OBOConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(String currentId,
String value,
String qualifierBlock,
String comment)
Handles a tag.
|
addAnnotation, applyChange, getAnnotationForTagValuePair, getBooleanConstant, getClassFromId, getConsumer, getCurrentClass, getDataFactory, getIRIFromOBOId, getOntology, getOWLClass, getOWLClassOrRestriction, getOWLObjectProperty, getOWLOntologyManager, getTagIRI, getTagIRI, getTagName, getUnquotedStringpublic static final org.semanticweb.owlapi.model.IRI SYNONYM_TYPE_IRI
public static final org.semanticweb.owlapi.model.IRI XREF_IRI
public SynonymTagValueHandler(OBOConsumer consumer)
consumer - consumerpublic void handle(String currentId, String value, String qualifierBlock, String comment)
TagValueHandlerTagValueHandler.getTagName() method.currentId - The id of the current frame.value - The value of the tagqualifierBlock - qualifierBlockcomment - The hidden comment. This is made up of any characters between !
and the end of line.Copyright © 2014 The University of Manchester. All Rights Reserved.