org.semanticweb.elk.owlapi.wrapper
Class ElkDataPropertyAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom>
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.ElkDataPropertyAssertionAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAssertionAxiom, ElkAxiom, ElkDataPropertyAssertionAxiom, ElkObject, ElkPropertyAssertionAxiom<ElkDataPropertyExpression,ElkIndividual,ElkLiteral>, ElkPropertyAxiom<ElkDataPropertyExpression>
public class ElkDataPropertyAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom>
- extends ElkAssertionAxiomWrap<T>
- implements ElkDataPropertyAssertionAxiom
Implements the ElkDataPropertyAssertionAxiom interface by wrapping
instances of OWLDataPropertyAssertionAxiom
- 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 |
ElkDataPropertyAssertionAxiomWrap
public ElkDataPropertyAssertionAxiomWrap(T owlObjectPropertyAssertionAxiom)
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.OWLDataPropertyAssertionAxiom>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.