org.coode.owl.owlxmlparser
Class OWLObjectMaxCardinalityElementHandler

java.lang.Object
  extended by org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLDescription>
      extended by org.coode.owl.owlxmlparser.AbstractOWLDescriptionElementHandler
          extended by org.coode.owl.owlxmlparser.AbstractRestrictionElementHandler<OWLObjectPropertyExpression,F>
              extended by org.coode.owl.owlxmlparser.AbstractObjectRestrictionElementHandler<OWLDescription>
                  extended by org.coode.owl.owlxmlparser.AbstractDescriptionFillerRestriction
                      extended by org.coode.owl.owlxmlparser.AbstractOWLObjectCardinalityElementHandler
                          extended by org.coode.owl.owlxmlparser.OWLObjectMaxCardinalityElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLDescription>

public class OWLObjectMaxCardinalityElementHandler
extends AbstractOWLObjectCardinalityElementHandler

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


Constructor Summary
OWLObjectMaxCardinalityElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLObjectCardinalityElementHandler
attribute, startElement
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractDescriptionFillerRestriction
handleChild
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractObjectRestrictionElementHandler
handleChild
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLDescriptionElementHandler
endElement, getOWLObject
 
Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLElementHandler
getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLObjectMaxCardinalityElementHandler

public OWLObjectMaxCardinalityElementHandler(OWLXMLParserHandler handler)