org.semanticweb.elk.owl.implementation
Class ElkDataPropertyListRestrictionQualifiedImpl

java.lang.Object
  extended by 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

Method Summary
<O> O
accept(ElkObjectVisitor<O> visitor)
           
 List<? extends ElkDataPropertyExpression> getDataPropertyExpressions()
           
 ElkDataRange getDataRange()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkClassExpression
accept
 

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(ElkObjectVisitor<O> visitor)
Specified by:
accept in interface ElkObject


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