org.coode.owl.owlxmlparser
Class OWLObjectAllValuesFromElementHandler

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.OWLObjectAllValuesFromElementHandler
All Implemented Interfaces:
OWLElementHandler<OWLDescription>

public class OWLObjectAllValuesFromElementHandler
extends AbstractDescriptionFillerRestriction

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


Field Summary
static java.lang.String ELEMENT_NAME
           
 
Constructor Summary
OWLObjectAllValuesFromElementHandler(OWLXMLParserHandler handler)
           
 
Method Summary
 
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
attribute, getText, handleChars, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, handleChild, isTextContentPossible, setParentHandler, startElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final java.lang.String ELEMENT_NAME
Constructor Detail

OWLObjectAllValuesFromElementHandler

public OWLObjectAllValuesFromElementHandler(OWLXMLParserHandler handler)