org.semanticweb.elk.owlapi.wrapper
Class ElkNegativeDataPropertyAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAssertionAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkNegativeDataPropertyAssertionAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAssertionAxiom, ElkAxiom, ElkNegativeDataPropertyAssertionAxiom, ElkObject, ElkPropertyAssertionAxiom<ElkDataPropertyExpression,ElkIndividual,ElkLiteral>, ElkPropertyAxiom<ElkDataPropertyExpression>
public class ElkNegativeDataPropertyAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom>
- extends ElkAssertionAxiomWrap<T>
- implements ElkNegativeDataPropertyAssertionAxiom
Implements the ElkNegativeDataPropertyAssertionAxiom interface by
wrapping instances of OWLNegativeDataPropertyAssertionAxiom
- Author:
- Yevgeny Kazakov
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom |
accept |
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkNegativeDataPropertyAssertionAxiomWrap
public ElkNegativeDataPropertyAssertionAxiomWrap(T owlNegativeDataPropertyAssertionAxiom)
getSubject
public ElkIndividual getSubject()
- Specified by:
getSubject in interface ElkPropertyAssertionAxiom<ElkDataPropertyExpression,ElkIndividual,ElkLiteral>
getObject
public ElkLiteral getObject()
- Specified by:
getObject in interface ElkPropertyAssertionAxiom<ElkDataPropertyExpression,ElkIndividual,ElkLiteral>
getProperty
public ElkDataPropertyExpression getProperty()
- Specified by:
getProperty in interface ElkPropertyAxiom<ElkDataPropertyExpression>
accept
public <O> O accept(ElkAssertionAxiomVisitor<O> visitor)
- Specified by:
accept in interface ElkAssertionAxiom- Specified by:
accept in class ElkAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLNegativeDataPropertyAssertionAxiom>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.