org.coode.owl.owlxmlparser
Class AbstractOWLAssertionAxiomElementHandler<P extends OWLPropertyExpression,O extends OWLObject>
java.lang.Object
  
org.coode.owl.owlxmlparser.AbstractOWLElementHandler<OWLAxiom>
      
org.coode.owl.owlxmlparser.AbstractOWLAxiomElementHandler
          
org.coode.owl.owlxmlparser.AbstractOWLAssertionAxiomElementHandler<P,O>
- All Implemented Interfaces: 
 - OWLElementHandler<OWLAxiom>
 
- Direct Known Subclasses: 
 - AbstractOWLDataPropertyAssertionAxiomElementHandler, AbstractOWLObjectPropertyAssertionAxiomElementHandler
 
public abstract class AbstractOWLAssertionAxiomElementHandler<P extends OWLPropertyExpression,O extends OWLObject>
- extends AbstractOWLAxiomElementHandler
 
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 14-Dec-2006
 
 
 
| Methods inherited from class org.coode.owl.owlxmlparser.AbstractOWLElementHandler | 
attribute, getText, handleChars, handleChild, 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 | 
 
AbstractOWLAssertionAxiomElementHandler
public AbstractOWLAssertionAxiomElementHandler(OWLXMLParserHandler handler)
getSubject
public OWLIndividual getSubject()
 
getProperty
public P getProperty()
 
getObject
public O getObject()
 
setSubject
public void setSubject(OWLIndividual subject)
 
setProperty
public void setProperty(P property)
 
setObject
public void setObject(O object)