org.semanticweb.elk.owlapi.wrapper
Class ElkObjectPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLObjectPropertyAxiom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
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
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkObjectPropertyAxiomWrap
public ElkObjectPropertyAxiomWrap(T owlObjectPropertyAxiom)
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.