org.semanticweb.owlapi.owllink.parser
Class OWLlinkClassSynsetElementHandler

java.lang.Object
  extended by 
      extended by org.semanticweb.owlapi.owllink.parser.AbstractOWLlinkElementHandler<>
          extended by org.semanticweb.owlapi.owllink.parser.AbstractOWLlinkEntitySynsetElementHandler<OWLClass>
              extended by org.semanticweb.owlapi.owllink.parser.OWLlinkClassSynsetElementHandler
All Implemented Interfaces:
OWLlinkElementHandler<>

public class OWLlinkClassSynsetElementHandler
extends AbstractOWLlinkEntitySynsetElementHandler<OWLClass>

Created by IntelliJ IDEA. Author: Olaf Noppens Date: 22.10.2009


Field Summary
 
Fields inherited from class org.semanticweb.owlapi.owllink.parser.AbstractOWLlinkEntitySynsetElementHandler
elements
 
Constructor Summary
OWLlinkClassSynsetElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 void endElement()
           
  getOWLLinkObject()
           
 void handleChild(AbstractClassExpressionElementHandler handler)
           
 
Methods inherited from class org.semanticweb.owlapi.owllink.parser.AbstractOWLlinkEntitySynsetElementHandler
startElement
 
Methods inherited from class org.semanticweb.owlapi.owllink.parser.AbstractOWLlinkElementHandler
getFullIRI, getOWLObject, getParentHandler, getRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLlinkClassSynsetElementHandler

public OWLlinkClassSynsetElementHandler(OWLXMLParserHandler handler)
Method Detail

getOWLLinkObject

public  getOWLLinkObject()
Specified by:
getOWLLinkObject in interface OWLlinkElementHandler<>
Specified by:
getOWLLinkObject in class AbstractOWLlinkElementHandler<>

handleChild

public void handleChild(AbstractClassExpressionElementHandler handler)
                 throws OWLXMLParserException
Specified by:
handleChild in interface OWLlinkElementHandler<>
Overrides:
handleChild in class AbstractOWLlinkElementHandler<>
Throws:
OWLXMLParserException

endElement

public void endElement()
                throws OWLXMLParserException
Overrides:
endElement in class AbstractOWLlinkEntitySynsetElementHandler<OWLClass>
Throws:
OWLXMLParserException