org.coode.owlapi.obo.parser
Class InverseHandler

java.lang.Object
  extended by org.coode.owlapi.obo.parser.AbstractTagValueHandler
      extended by org.coode.owlapi.obo.parser.InverseHandler
All Implemented Interfaces:
TagValueHandler

public class InverseHandler
extends AbstractTagValueHandler

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 06-Mar-2007


Constructor Summary
InverseHandler(OBOConsumer consumer)
           
 
Method Summary
 void handle(String currentId, String value, String qualifierBlock, String comment)
          Handles a tag.
 
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
 

Constructor Detail

InverseHandler

public InverseHandler(OBOConsumer consumer)
Method Detail

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 tag
comment - 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.