org.semanticweb.elk.owlapi.wrapper
Class ElkObjectPropertyAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom>

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.ElkObjectPropertyAssertionAxiomWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAssertionAxiom, ElkAxiom, ElkObject, ElkObjectPropertyAssertionAxiom, ElkPropertyAssertionAxiom<ElkObjectPropertyExpression,ElkIndividual,ElkIndividual>, ElkPropertyAxiom<ElkObjectPropertyExpression>

public class ElkObjectPropertyAssertionAxiomWrap<T extends org.semanticweb.owlapi.model.OWLObjectPropertyAssertionAxiom>
extends ElkAssertionAxiomWrap<T>
implements ElkObjectPropertyAssertionAxiom

Implements the ElkObjectPropertyAssertionAxiom interface by wrapping instances of OWLObjectPropertyAssertionAxiom

Author:
Yevgeny Kazakov

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkObjectPropertyAssertionAxiomWrap(T owlObjectPropertyAssertionAxiom)
           
 
Method Summary
<O> O
accept(ElkAssertionAxiomVisitor<O> visitor)
           
 ElkIndividual getObject()
           
 ElkObjectPropertyExpression 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

ElkObjectPropertyAssertionAxiomWrap

public ElkObjectPropertyAssertionAxiomWrap(T owlObjectPropertyAssertionAxiom)
Method Detail

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.OWLObjectPropertyAssertionAxiom>


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.