org.semanticweb.elk.owlapi.wrapper
Class ElkFunctionalDataPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLFunctionalDataPropertyAxiom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkDataPropertyAxiomWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkFunctionalDataPropertyAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAxiom, ElkDataPropertyAxiom, ElkFunctionalDataPropertyAxiom, ElkObject, ElkPropertyAxiom<ElkDataPropertyExpression>
public class ElkFunctionalDataPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLFunctionalDataPropertyAxiom>
- extends ElkDataPropertyAxiomWrap<T>
- implements ElkFunctionalDataPropertyAxiom
Implements the ElkFunctionalDataPropertyAxiom interface by wrapping
instances of OWLFunctionalDataPropertyAxiom
- 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 |
ElkFunctionalDataPropertyAxiomWrap
public ElkFunctionalDataPropertyAxiomWrap(T owlFunctionalDataPropertyAxiom)
getProperty
public ElkDataPropertyExpression getProperty()
- Specified by:
getProperty in interface ElkPropertyAxiom<ElkDataPropertyExpression>
accept
public <O> O accept(ElkDataPropertyAxiomVisitor<O> visitor)
- Specified by:
accept in interface ElkDataPropertyAxiom- Specified by:
accept in class ElkDataPropertyAxiomWrap<T extends org.semanticweb.owlapi.model.OWLFunctionalDataPropertyAxiom>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.