org.semanticweb.elk.owl.implementation
Class ElkDataPropertyListRestrictionQualifiedImpl
java.lang.Object
org.semanticweb.elk.owl.implementation.ElkDataPropertyListRestrictionQualifiedImpl
- All Implemented Interfaces:
- ElkClassExpression, ElkDataPropertyListRestrictionQualified, ElkObject
- Direct Known Subclasses:
- ElkDataAllValuesFromImpl, ElkDataSomeValuesFromImpl
public abstract class ElkDataPropertyListRestrictionQualifiedImpl
- extends Object
- implements ElkDataPropertyListRestrictionQualified
Implementation of ElkDataPropertyListRestrictionQualified
- Author:
- Pavel Klinov
pavel.klinov@uni-ulm.de
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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(ElkObjectVisitor<O> visitor)
- Specified by:
accept in interface ElkObject
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.