org.semanticweb.elk.owlapi.wrapper
Class ElkNegativeObjectPropertyAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom>
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.ElkNegativeObjectPropertyAssertionAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAssertionAxiom, ElkAxiom, ElkNegativeObjectPropertyAssertionAxiom, ElkObject, ElkPropertyAssertionAxiom<ElkObjectPropertyExpression,ElkIndividual,ElkIndividual>, ElkPropertyAxiom<ElkObjectPropertyExpression>
public class ElkNegativeObjectPropertyAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom>
- extends ElkAssertionAxiomWrap<T>
- implements ElkNegativeObjectPropertyAssertionAxiom
Implements the ElkNegativeObjectPropertyAssertionAxiom interface by
wrapping instances of OWLNegativeObjectPropertyAssertionAxiom
- 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 |
ElkNegativeObjectPropertyAssertionAxiomWrap
public ElkNegativeObjectPropertyAssertionAxiomWrap(T owlNegativeObjectPropertyAssertionAxiom)
getObject
public ElkIndividual getObject()
- Specified by:
getObject in interface ElkPropertyAssertionAxiom<ElkObjectPropertyExpression,ElkIndividual,ElkIndividual>
getSubject
public ElkIndividual getSubject()
- Specified by:
getSubject in interface ElkPropertyAssertionAxiom<ElkObjectPropertyExpression,ElkIndividual,ElkIndividual>
getProperty
public ElkObjectPropertyExpression getProperty()
- Specified by:
getProperty in interface ElkPropertyAxiom<ElkObjectPropertyExpression>
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.OWLNegativeObjectPropertyAssertionAxiom>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.