org.semanticweb.elk.owlapi.wrapper
Class ElkAnnotationPropertyDomainAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAnnotationAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAnnotationPropertyDomainAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAnnotationAxiom, ElkAnnotationPropertyDomainAxiom, ElkAxiom, ElkObject, ElkPropertyAxiom<ElkAnnotationProperty>, ElkPropertyDomainAxiom<ElkAnnotationProperty,ElkIri>
public class ElkAnnotationPropertyDomainAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom>
- extends ElkAnnotationAxiomWrap<T>
- implements ElkAnnotationPropertyDomainAxiom
Implements the ElkAnnotationPropertyDomainAxiom interface by wrapping
instances of OWLAnnotationPropertyDomainAxiom
- Author:
- Frantisek Simancik
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom |
accept |
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkAnnotationPropertyDomainAxiomWrap
public ElkAnnotationPropertyDomainAxiomWrap(T owlAnnotationPropertyDomainAxiom)
getProperty
public ElkAnnotationProperty getProperty()
- Specified by:
getProperty in interface ElkPropertyAxiom<ElkAnnotationProperty>
getDomain
public ElkIri getDomain()
- Specified by:
getDomain in interface ElkPropertyDomainAxiom<ElkAnnotationProperty,ElkIri>
accept
public <O> O accept(ElkAnnotationAxiomVisitor<O> visitor)
- Specified by:
accept in interface ElkAnnotationAxiom- Specified by:
accept in class ElkAnnotationAxiomWrap<T extends org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.