org.coode.owlapi.owlxmlparser
Class OWLObjectIntersectionOfElementHandler

java.lang.Object
  extended by org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler<OWLClassExpression>
      extended by org.coode.owlapi.owlxmlparser.AbstractClassExpressionElementHandler
          extended by org.coode.owlapi.owlxmlparser.AbstractNaryBooleanClassExpressionElementHandler
              extended by org.coode.owlapi.owlxmlparser.OWLObjectIntersectionOfElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLClassExpression>

public class OWLObjectIntersectionOfElementHandler
extends AbstractNaryBooleanClassExpressionElementHandler

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Dec-2006


Constructor Summary
OWLObjectIntersectionOfElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
protected  OWLClassExpression createClassExpression(java.util.Set<OWLClassExpression> operands)
           
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractNaryBooleanClassExpressionElementHandler
endClassExpressionElement, handleChild
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractClassExpressionElementHandler
endElement, getOWLObject, setClassExpression
 
Methods inherited from class org.coode.owlapi.owlxmlparser.AbstractOWLElementHandler
attribute, getAbbreviatedIRI, getColumnNumber, getElementName, getIRI, getIRIFromAttribute, getIRIFromElement, getLineNumber, getOntology, getOWLDataFactory, getOWLOntologyManager, getParentHandler, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLObjectIntersectionOfElementHandler

public OWLObjectIntersectionOfElementHandler(OWLXMLParserHandler handler)
Method Detail

createClassExpression

protected OWLClassExpression createClassExpression(java.util.Set<OWLClassExpression> operands)
Specified by:
createClassExpression in class AbstractNaryBooleanClassExpressionElementHandler