org.semanticweb.elk.owlapi.wrapper
Class ElkSubDataPropertyOfAxiomWrap<T extends org.semanticweb.owlapi.model.OWLSubDataPropertyOfAxiom>

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.ElkDataPropertyAxiomWrap<T>
              extended by org.semanticweb.elk.owlapi.wrapper.ElkSubDataPropertyOfAxiomWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAxiom, ElkDataPropertyAxiom, ElkObject, ElkSubDataPropertyOfAxiom

public class ElkSubDataPropertyOfAxiomWrap<T extends org.semanticweb.owlapi.model.OWLSubDataPropertyOfAxiom>
extends ElkDataPropertyAxiomWrap<T>
implements ElkSubDataPropertyOfAxiom

Implements the ElkSubDataPropertyOfAxiom interface by wrapping instances of OWLSubDataPropertyOfAxiom

Author:
"Yevgeny Kazakov"

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkSubDataPropertyOfAxiomWrap(T owlSubDataPropertyOfAxiom)
           
 
Method Summary
<O> O
accept(ElkDataPropertyAxiomVisitor<O> visitor)
           
 ElkDataPropertyExpression getSubDataPropertyExpression()
           
 ElkDataPropertyExpression getSuperDataPropertyExpression()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkDataPropertyAxiomWrap
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

ElkSubDataPropertyOfAxiomWrap

public ElkSubDataPropertyOfAxiomWrap(T owlSubDataPropertyOfAxiom)
Method Detail

getSubDataPropertyExpression

public ElkDataPropertyExpression getSubDataPropertyExpression()
Specified by:
getSubDataPropertyExpression in interface ElkSubDataPropertyOfAxiom

getSuperDataPropertyExpression

public ElkDataPropertyExpression getSuperDataPropertyExpression()
Specified by:
getSuperDataPropertyExpression in interface ElkSubDataPropertyOfAxiom

accept

public <O> O accept(ElkDataPropertyAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkDataPropertyAxiom
Specified by:
accept in class ElkDataPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLSubDataPropertyOfAxiom>


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