org.semanticweb.elk.owlapi.wrapper
Class ElkObjectPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLObjectPropertyAxiom>

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.ElkObjectPropertyAxiomWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkAxiom, ElkObject, ElkObjectPropertyAxiom
Direct Known Subclasses:
ElkAsymmetricObjectPropertyAxiomWrap, ElkDisjointObjectPropertiesAxiomWrap, ElkEquivalentObjectPropertiesAxiomWrap, ElkFunctionalObjectPropertyAxiomWrap, ElkInverseFunctionalObjectPropertyAxiomWrap, ElkInverseObjectPropertiesAxiomWrap, ElkIrreflexiveObjectPropertyAxiomWrap, ElkObjectPropertyDomainAxiomWrap, ElkObjectPropertyRangeAxiomWrap, ElkReflexiveObjectPropertyAxiomWrap, ElkSubObjectPropertyChainOfAxiomWrap, ElkSubObjectPropertyOfAxiomWrap, ElkSymmetricObjectPropertyAxiomWrap, ElkTransitiveObjectPropertyAxiomWrap

public abstract class ElkObjectPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLObjectPropertyAxiom>
extends ElkAxiomWrap<T>
implements ElkObjectPropertyAxiom

Implements the ElkObjectPropertyAxiom interface by wrapping instances of OWLObjectPropertyAxiom

Author:
Yevgeny Kazakov

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

ElkObjectPropertyAxiomWrap

public ElkObjectPropertyAxiomWrap(T owlObjectPropertyAxiom)
Method Detail

accept

public abstract <O> O accept(ElkObjectPropertyAxiomVisitor<O> visitor)
Specified by:
accept in interface ElkObjectPropertyAxiom

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


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