org.semanticweb.elk.owl.implementation
Class ElkDataPropertyExpressionListObject

java.lang.Object
  extended by org.semanticweb.elk.owl.implementation.ElkObjectImpl
      extended by org.semanticweb.elk.owl.implementation.ElkObjectListObject<ElkDataPropertyExpression>
          extended by org.semanticweb.elk.owl.implementation.ElkDataPropertyExpressionListObject
All Implemented Interfaces:
ElkObject
Direct Known Subclasses:
ElkDisjointDataPropertiesAxiomImpl, ElkEquivalentDataPropertiesAxiomImpl

public abstract class ElkDataPropertyExpressionListObject
extends ElkObjectListObject<ElkDataPropertyExpression>

Implementation for ElkObjects that maintain a list of object property expressions.

Author:
Markus Kroetzsch

Field Summary
 
Fields inherited from class org.semanticweb.elk.owl.implementation.ElkObjectListObject
elkObjects
 
Method Summary
 List<? extends ElkDataPropertyExpression> getDataPropertyExpressions()
           
 
Methods inherited from class org.semanticweb.elk.owl.implementation.ElkObjectListObject
varArgsToList, varArgsToList
 
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.ElkObject
accept
 

Method Detail

getDataPropertyExpressions

public List<? extends ElkDataPropertyExpression> getDataPropertyExpressions()


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