org.semanticweb.elk.owlapi.wrapper
Class ElkObjectPropertyDomainAxiomWrap<T extends org.semanticweb.owlapi.model.OWLObjectPropertyDomainAxiom>
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.ElkObjectPropertyDomainAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAxiom, ElkObject, ElkObjectPropertyAxiom, ElkObjectPropertyDomainAxiom, ElkPropertyAxiom<ElkObjectPropertyExpression>, ElkPropertyDomainAxiom<ElkObjectPropertyExpression,ElkClassExpression>
public class ElkObjectPropertyDomainAxiomWrap<T extends org.semanticweb.owlapi.model.OWLObjectPropertyDomainAxiom>
- extends ElkObjectPropertyAxiomWrap<T>
- implements ElkObjectPropertyDomainAxiom
Implements the ElkObjectPropertyDomainAxiom interface by wrapping
instances of OWLObjectPropertyDomainAxiom.
- 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 |
ElkObjectPropertyDomainAxiomWrap
public ElkObjectPropertyDomainAxiomWrap(T owlObjectPropertyDomainAxiom)
getProperty
public ElkObjectPropertyExpression getProperty()
- Specified by:
getProperty in interface ElkPropertyAxiom<ElkObjectPropertyExpression>
getDomain
public ElkClassExpression getDomain()
- Specified by:
getDomain in interface ElkPropertyDomainAxiom<ElkObjectPropertyExpression,ElkClassExpression>
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.OWLObjectPropertyDomainAxiom>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.