org.semanticweb.elk.owl.implementation
Class ElkObjectPropertyImpl

java.lang.Object
  extended by org.semanticweb.elk.owl.implementation.ElkObjectImpl
      extended by org.semanticweb.elk.owl.implementation.ElkIriObject
          extended by org.semanticweb.elk.owl.implementation.ElkObjectPropertyImpl
All Implemented Interfaces:
ElkEntity, ElkObject, ElkObjectProperty, ElkObjectPropertyExpression, ElkSubObjectPropertyExpression

public class ElkObjectPropertyImpl
extends ElkIriObject
implements ElkEntity, ElkObjectProperty

Corresponds to an Object Property in the OWL 2 specification.

Author:
Yevgeny Kazakov, Markus Kroetzsch

Field Summary
 
Fields inherited from class org.semanticweb.elk.owl.implementation.ElkIriObject
iri
 
Method Summary
<O> O
accept(ElkEntityVisitor<O> visitor)
           
<O> O
accept(ElkObjectPropertyExpressionVisitor<O> visitor)
           
<O> O
accept(ElkObjectVisitor<O> visitor)
           
<O> O
accept(ElkSubObjectPropertyExpressionVisitor<O> visitor)
           
 
Methods inherited from class org.semanticweb.elk.owl.implementation.ElkIriObject
getIri, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkEntity
getIri
 

Method Detail

accept

public <O> O accept(ElkObjectPropertyExpressionVisitor<O> visitor)
Specified by:
accept in interface ElkObjectPropertyExpression

accept

public <O> O accept(ElkEntityVisitor<O> visitor)
Specified by:
accept in interface ElkEntity

accept

public <O> O accept(ElkSubObjectPropertyExpressionVisitor<O> visitor)
Specified by:
accept in interface ElkSubObjectPropertyExpression

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.