org.semanticweb.elk.owlapi.wrapper
Class ElkDataSomeValuesFromWrap<T extends org.semanticweb.owlapi.model.OWLDataSomeValuesFrom>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkClassExpressionWrap<T>
          extended by org.semanticweb.elk.owlapi.wrapper.ElkDataSomeValuesFromWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkClassExpression, ElkDataPropertyListRestrictionQualified, ElkDataSomeValuesFrom, ElkObject

public class ElkDataSomeValuesFromWrap<T extends org.semanticweb.owlapi.model.OWLDataSomeValuesFrom>
extends ElkClassExpressionWrap<T>
implements ElkDataSomeValuesFrom

Implements the ElkDataSomeValuesFrom interface by wrapping instances of OWLDataSomeValuesFrom

Author:
"Yevgeny Kazakov"

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkDataSomeValuesFromWrap(T owlDataSomeValuesFrom)
           
 
Method Summary
<O> O
accept(ElkClassExpressionVisitor<O> visitor)
           
 List<? extends ElkDataPropertyExpression> getDataPropertyExpressions()
           
 ElkDataRange getDataRange()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkClassExpressionWrap
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

ElkDataSomeValuesFromWrap

public ElkDataSomeValuesFromWrap(T owlDataSomeValuesFrom)
Method Detail

getDataPropertyExpressions

public List<? extends ElkDataPropertyExpression> getDataPropertyExpressions()
Specified by:
getDataPropertyExpressions in interface ElkDataPropertyListRestrictionQualified

getDataRange

public ElkDataRange getDataRange()
Specified by:
getDataRange in interface ElkDataPropertyListRestrictionQualified

accept

public <O> O accept(ElkClassExpressionVisitor<O> visitor)
Specified by:
accept in interface ElkClassExpression
Specified by:
accept in class ElkClassExpressionWrap<T extends org.semanticweb.owlapi.model.OWLDataSomeValuesFrom>


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.