public abstract class AbstractOWLObjectCardinalityElementHandler extends AbstractClassExpressionFillerRestriction
| Constructor and Description |
|---|
AbstractOWLObjectCardinalityElementHandler(OWLXMLParserHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
attribute(String localName,
String value) |
protected abstract org.semanticweb.owlapi.model.OWLClassExpression |
createCardinalityRestriction() |
protected org.semanticweb.owlapi.model.OWLClassExpression |
createRestriction() |
protected int |
getCardinality() |
void |
startElement(String name) |
handleChildhandleChildendClassExpressionElement, getFiller, getProperty, setFiller, setPropertyendElement, getOWLObject, setClassExpressiongetAbbreviatedIRI, 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, isTextContentPossible, setParentHandlerpublic AbstractOWLObjectCardinalityElementHandler(OWLXMLParserHandler handler)
handler - owlxml handlerpublic void startElement(String name) throws OWLXMLParserException
startElement in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLClassExpression>startElement in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLClassExpression>name - element nameOWLXMLParserException - if an error is raisedpublic void attribute(String localName, String value) throws org.semanticweb.owlapi.io.OWLParserException
attribute in interface OWLElementHandler<org.semanticweb.owlapi.model.OWLClassExpression>attribute in class AbstractOWLElementHandler<org.semanticweb.owlapi.model.OWLClassExpression>localName - local attribute namevalue - attribute valueorg.semanticweb.owlapi.io.OWLParserException - if an error is raisedprotected org.semanticweb.owlapi.model.OWLClassExpression createRestriction()
createRestriction in class AbstractRestrictionElementHandler<org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLClassExpression>protected abstract org.semanticweb.owlapi.model.OWLClassExpression createCardinalityRestriction()
protected int getCardinality()
Copyright © 2014 The University of Manchester. All Rights Reserved.