org.semanticweb.elk.owlapi.wrapper
Class ElkDataAllValuesFromWrap<T extends org.semanticweb.owlapi.model.OWLDataAllValuesFrom>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkClassExpressionWrap<T>
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"
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
ElkDataAllValuesFromWrap
public ElkDataAllValuesFromWrap(T owlDataAllValuesFrom)
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.