org.semanticweb.elk.owlapi.wrapper
Class ElkDataIntersectionOfWrap<T extends org.semanticweb.owlapi.model.OWLDataIntersectionOf>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkDataRangeWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkDataIntersectionOfWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkDataIntersectionOf, ElkDataRange, ElkObject
public class ElkDataIntersectionOfWrap<T extends org.semanticweb.owlapi.model.OWLDataIntersectionOf>
- extends ElkDataRangeWrap<T>
- implements ElkDataIntersectionOf
Implements the ElkDataIntersectionOf interface by wrapping instances
of OWLDataIntersectionOf
- Author:
- "Yevgeny Kazakov"
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkDataIntersectionOfWrap
public ElkDataIntersectionOfWrap(T owlDataIntersectionOf)
getDataRanges
public List<? extends ElkDataRange> getDataRanges()
- Specified by:
getDataRanges in interface ElkDataIntersectionOf
accept
public <O> O accept(ElkDataRangeVisitor<O> visitor)
- Specified by:
accept in interface ElkDataRange- Specified by:
accept in class ElkDataRangeWrap<T extends org.semanticweb.owlapi.model.OWLDataIntersectionOf>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.