P - property typeO - object typepublic abstract class AbstractOWLAssertionAxiomElementHandler<P extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>,O extends org.semanticweb.owlapi.model.OWLObject> extends AbstractOWLAxiomElementHandler
| Constructor and Description |
|---|
AbstractOWLAssertionAxiomElementHandler(OWLXMLParserHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
O |
getObject() |
P |
getProperty() |
org.semanticweb.owlapi.model.OWLIndividual |
getSubject() |
void |
setObject(O object) |
void |
setProperty(P property) |
void |
setSubject(org.semanticweb.owlapi.model.OWLIndividual subject) |
createAxiom, endElement, getAnnotations, getOWLObject, handleChild, setAxiom, startElementattribute, getAbbreviatedIRI, getColumnNumber, getConfiguration, 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, setParentHandlerpublic AbstractOWLAssertionAxiomElementHandler(OWLXMLParserHandler handler)
handler - owlxml handlerpublic org.semanticweb.owlapi.model.OWLIndividual getSubject()
public P getProperty()
public O getObject()
public void setSubject(org.semanticweb.owlapi.model.OWLIndividual subject)
subject - subjectpublic void setProperty(P property)
property - propertypublic void setObject(O object)
object - objectCopyright © 2014 The University of Manchester. All Rights Reserved.