public class SynonymTagValueHandler extends AbstractTagValueHandler
Modifier and Type | Field and Description |
---|---|
static IRI |
SYNONYM_TYPE_IRI |
static IRI |
XREF_IRI |
Constructor and Description |
---|
SynonymTagValueHandler(OBOConsumer consumer) |
Modifier and Type | Method and Description |
---|---|
void |
handle(java.lang.String currentId,
java.lang.String value,
java.lang.String qualifierBlock,
java.lang.String comment)
Handles a tag.
|
addAnnotation, applyChange, getAnnotationForTagValuePair, getBooleanConstant, getClassFromId, getConsumer, getCurrentClass, getDataFactory, getIRIFromOBOId, getOntology, getOWLClass, getOWLClassOrRestriction, getOWLObjectProperty, getOWLOntologyManager, getTagIRI, getTagIRI, getTagName, getUnquotedString
public static final IRI SYNONYM_TYPE_IRI
public static final IRI XREF_IRI
public SynonymTagValueHandler(OBOConsumer consumer)
public void handle(java.lang.String currentId, java.lang.String value, java.lang.String qualifierBlock, java.lang.String comment)
TagValueHandler
TagValueHandler.getTagName()
method.currentId
- The id of the current frame.value
- The value of the tagcomment
- The hidden comment. This is made up of any characters between ! and the end of line.