org.coode.owlapi.obo.parser
Class SymmetricTagValueHandler

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

public class SymmetricTagValueHandler
extends AbstractTagValueHandler

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007


Constructor Summary
SymmetricTagValueHandler(OBOConsumer consumer)
           
 
Method Summary
 void handle(java.lang.String id, java.lang.String value)
           
 
Methods inherited from class org.coode.owlapi.obo.parser.AbstractTagValueHandler
addAnnotation, applyChange, getBooleanConstant, getClassFromId, getConsumer, getCurrentClass, getDataFactory, getIRIFromValue, getOntology, getOWLClass, getOWLClassOrRestriction, getOWLObjectProperty, getOWLOntologyManager, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymmetricTagValueHandler

public SymmetricTagValueHandler(OBOConsumer consumer)
Method Detail

handle

public void handle(java.lang.String id,
                   java.lang.String value)