org.semanticweb.elk.owlapi.wrapper
Class ElkDataIntersectionOfWrap<T extends org.semanticweb.owlapi.model.OWLDataIntersectionOf>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkDataRangeWrap<T>
          extended by 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"

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkDataIntersectionOfWrap(T owlDataIntersectionOf)
           
 
Method Summary
<O> O
accept(ElkDataRangeVisitor<O> visitor)
           
 List<? extends ElkDataRange> getDataRanges()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkDataRangeWrap
accept
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
hashCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Constructor Detail

ElkDataIntersectionOfWrap

public ElkDataIntersectionOfWrap(T owlDataIntersectionOf)
Method Detail

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.