org.semanticweb.elk.owl.implementation
Class ElkDataPropertyImpl

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.ElkDataPropertyImpl
All Implemented Interfaces:
ElkDataProperty, ElkDataPropertyExpression, ElkEntity, ElkObject

public class ElkDataPropertyImpl
extends ElkIriObject
implements ElkEntity, ElkDataProperty

ELK implementation of ElkDataProperty.

Author:
Markus Kroetzsch

Field Summary
 
Fields inherited from class org.semanticweb.elk.owl.implementation.ElkIriObject
iri
 
Method Summary
<O> O
accept(ElkDataPropertyExpressionVisitor<O> visitor)
           
<O> O
accept(ElkEntityVisitor<O> visitor)
           
<O> O
accept(ElkObjectVisitor<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(ElkDataPropertyExpressionVisitor<O> visitor)
Specified by:
accept in interface ElkDataPropertyExpression

accept

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

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.