org.coode.owlapi.obo.parser
Class TransitiveTagValueHandler
java.lang.Object
org.coode.owlapi.obo.parser.AbstractTagValueHandler
org.coode.owlapi.obo.parser.TransitiveTagValueHandler
- All Implemented Interfaces:
- TagValueHandler
public class TransitiveTagValueHandler
- extends AbstractTagValueHandler
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007
| Methods inherited from class org.coode.owlapi.obo.parser.AbstractTagValueHandler |
addAnnotation, applyChange, getAnnotationForTagValuePair, getBooleanConstant, getClassFromId, getConsumer, getCurrentClass, getDataFactory, getIRIFromOBOId, getOntology, getOWLClass, getOWLClassOrRestriction, getOWLObjectProperty, getOWLOntologyManager, getTagIRI, getTagIRI, getTagName, getUnquotedString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransitiveTagValueHandler
public TransitiveTagValueHandler(OBOConsumer consumer)
handle
public void handle(String currentId,
String value,
String qualifierBlock,
String comment)
- Description copied from interface:
TagValueHandler
- Handles a tag. This is called by the OBOConsumer during parsing to handle tags that match the value returned
by the
TagValueHandler.getTagName() method.
- Parameters:
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.
Copyright © 2012 The University of Manchester. All Rights Reserved.