org.semanticweb.elk.owlapi.wrapper
Class ElkEquivalentObjectPropertiesAxiomWrap<T extends org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom>
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.ElkEquivalentObjectPropertiesAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAxiom, ElkEquivalentObjectPropertiesAxiom, ElkObject, ElkObjectPropertyAxiom
public class ElkEquivalentObjectPropertiesAxiomWrap<T extends org.semanticweb.owlapi.model.OWLEquivalentObjectPropertiesAxiom>
- extends ElkObjectPropertyAxiomWrap<T>
- implements ElkEquivalentObjectPropertiesAxiom
Implements the ElkEquivalentObjectPropertiesAxiom interface by wrapping instances
of OWLEquivalentObjectPropertiesAxiom
- 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 |
ElkEquivalentObjectPropertiesAxiomWrap
public ElkEquivalentObjectPropertiesAxiomWrap(T owlEquivalentObjectPropertiesAxiom)
getObjectPropertyExpressions
public List<? extends ElkObjectPropertyExpression> getObjectPropertyExpressions()
- Specified by:
getObjectPropertyExpressions in interface ElkEquivalentObjectPropertiesAxiom
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.OWLEquivalentObjectPropertiesAxiom>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.