org.semanticweb.elk.owlapi.wrapper
Class ElkReflexiveObjectPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkObjectPropertyAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkReflexiveObjectPropertyAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAxiom, ElkObject, ElkObjectPropertyAxiom, ElkPropertyAxiom<ElkObjectPropertyExpression>, ElkReflexiveObjectPropertyAxiom
public class ElkReflexiveObjectPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom>
- extends ElkObjectPropertyAxiomWrap<T>
- implements ElkReflexiveObjectPropertyAxiom
Implements the ElkReflexiveObjectPropertyAxiom interface by wrapping
instances of OWLReflexiveObjectPropertyAxiom
- Author:
- Yevgeny Kazakov
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom |
accept |
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkReflexiveObjectPropertyAxiomWrap
public ElkReflexiveObjectPropertyAxiomWrap(T owlReflexiveObjectPropertyAxiom)
getProperty
public ElkObjectPropertyExpression getProperty()
- Specified by:
getProperty in interface ElkPropertyAxiom<ElkObjectPropertyExpression>
accept
public <O> O accept(ElkObjectPropertyAxiomVisitor<O> visitor)
- Specified by:
accept in interface ElkObjectPropertyAxiom- Specified by:
accept in class ElkObjectPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.