org.semanticweb.elk.owlapi.wrapper
Class ElkDataPropertyAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyAssertionAxiom>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
          extended by org.semanticweb.elk.owlapi.wrapper.ElkAssertionAxiomWrap<T>
              extended by 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

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkDataPropertyAssertionAxiomWrap(T owlObjectPropertyAssertionAxiom)
           
 
Method Summary
<O> O
accept(ElkAssertionAxiomVisitor<O> visitor)
           
 ElkLiteral getObject()
           
 ElkDataPropertyExpression getProperty()
           
 ElkIndividual getSubject()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkAssertionAxiomWrap
accept
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap
accept
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
hashCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Constructor Detail

ElkDataPropertyAssertionAxiomWrap

public ElkDataPropertyAssertionAxiomWrap(T owlObjectPropertyAssertionAxiom)
Method Detail

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.