org.semanticweb.elk.owlapi.wrapper
Class ElkDataPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyAxiom>

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>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAxiom, ElkDataPropertyAxiom, ElkObject
Direct Known Subclasses:
ElkDataPropertyDomainAxiomWrap, ElkDataPropertyRangeAxiomWrap, ElkDisjointDataPropertiesAxiomWrap, ElkEquivalentDataPropertiesAxiomWrap, ElkFunctionalDataPropertyAxiomWrap, ElkSubDataPropertyOfAxiomWrap

public abstract class ElkDataPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyAxiom>
extends ElkAxiomWrap<T>
implements ElkDataPropertyAxiom

Implements the ElkDataPropertyAxiom interface by wrapping instances of OWLDataPropertyAxiom

Author:
Yevgeny Kazakov

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkDataPropertyAxiomWrap(T owlDataPropertyAxiom)
           
 
Method Summary
<O> O
accept(ElkAxiomVisitor<O> visitor)
           
abstract
<O> O
accept(ElkDataPropertyAxiomVisitor<O> visitor)
           
 
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.ElkObject
accept
 

Constructor Detail

ElkDataPropertyAxiomWrap

public ElkDataPropertyAxiomWrap(T owlDataPropertyAxiom)
Method Detail

accept

public abstract <O> O accept(ElkDataPropertyAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkDataPropertyAxiom

accept

public <O> O accept(ElkAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkAxiom
Specified by:
accept in class ElkAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDataPropertyAxiom>


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