org.semanticweb.elk.owlapi.wrapper
Class ElkDisjointDataPropertiesAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom>
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.ElkDisjointDataPropertiesAxiomWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkAxiom, ElkDataPropertyAxiom, ElkDisjointDataPropertiesAxiom, ElkObject
public class ElkDisjointDataPropertiesAxiomWrap<T extends org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom>
- extends ElkDataPropertyAxiomWrap<T>
- implements ElkDisjointDataPropertiesAxiom
Implements the ElkDisjointDataPropertiesAxiom interface by wrapping
instances of OWLDisjointDataPropertiesAxiom
- 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 |
ElkDisjointDataPropertiesAxiomWrap
public ElkDisjointDataPropertiesAxiomWrap(T owlDisjointDataPropertiesAxiom)
getDataPropertyExpressions
public List<? extends ElkDataPropertyExpression> getDataPropertyExpressions()
- Specified by:
getDataPropertyExpressions in interface ElkDisjointDataPropertiesAxiom
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.OWLDisjointDataPropertiesAxiom>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.