org.semanticweb.elk.owlapi.wrapper
Class ElkDataAllValuesFromWrap<T extends org.semanticweb.owlapi.model.OWLDataAllValuesFrom>

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.ElkDataAllValuesFromWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkClassExpression, ElkDataAllValuesFrom, ElkDataPropertyListRestrictionQualified, ElkObject

public class ElkDataAllValuesFromWrap<T extends org.semanticweb.owlapi.model.OWLDataAllValuesFrom>
extends ElkClassExpressionWrap<T>
implements ElkDataAllValuesFrom

Implements the ElkDataAllValuesFrom interface by wrapping instances of OWLDataAllValuesFrom

Author:
"Yevgeny Kazakov"

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkDataAllValuesFromWrap(T owlDataAllValuesFrom)
           
 
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

ElkDataAllValuesFromWrap

public ElkDataAllValuesFromWrap(T owlDataAllValuesFrom)
Method Detail

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.OWLDataAllValuesFrom>

getDataPropertyExpressions

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

getDataRange

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


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