org.semanticweb.elk.owlapi.wrapper
Class ElkDataPropertyDomainAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyDomainAxiom>

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.ElkDataPropertyDomainAxiomWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAxiom, ElkDataPropertyAxiom, ElkDataPropertyDomainAxiom, ElkObject, ElkPropertyAxiom<ElkDataPropertyExpression>, ElkPropertyDomainAxiom<ElkDataPropertyExpression,ElkClassExpression>

public class ElkDataPropertyDomainAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyDomainAxiom>
extends ElkDataPropertyAxiomWrap<T>
implements ElkDataPropertyDomainAxiom

Implements the ElkDataPropertyDomainAxiom interface by wrapping instances of OWLDataPropertyDomainAxiom

Author:
"Yevgeny Kazakov"

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkDataPropertyDomainAxiomWrap(T owlDataPropertyDomainAxiom)
           
 
Method Summary
<O> O
accept(ElkDataPropertyAxiomVisitor<O> visitor)
           
 ElkClassExpression getDomain()
           
 ElkDataPropertyExpression getProperty()
           
 
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

ElkDataPropertyDomainAxiomWrap

public ElkDataPropertyDomainAxiomWrap(T owlDataPropertyDomainAxiom)
Method Detail

getProperty

public ElkDataPropertyExpression getProperty()
Specified by:
getProperty in interface ElkPropertyAxiom<ElkDataPropertyExpression>

getDomain

public ElkClassExpression getDomain()
Specified by:
getDomain in interface ElkPropertyDomainAxiom<ElkDataPropertyExpression,ElkClassExpression>

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


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