org.semanticweb.elk.owl.implementation
Class ElkObjectPropertyExpressionObject

java.lang.Object
  extended by org.semanticweb.elk.owl.implementation.ElkObjectImpl
      extended by org.semanticweb.elk.owl.implementation.ElkObjectPropertyExpressionObject
All Implemented Interfaces:
ElkObject

public abstract class ElkObjectPropertyExpressionObject
extends ElkObjectImpl

Implementation of ElkObjects that store one ObjectPropertyExpression.

Author:
Markus Kroetzsch

Field Summary
protected  ElkObjectPropertyExpression objectPropertyExpression
           
 
Method Summary
 ElkObjectPropertyExpression getProperty()
           
 
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
 

Field Detail

objectPropertyExpression

protected final ElkObjectPropertyExpression objectPropertyExpression
Method Detail

getProperty

public ElkObjectPropertyExpression getProperty()


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