org.semanticweb.elk.owlapi.wrapper
Class ElkDataHasValueWrap<T extends org.semanticweb.owlapi.model.OWLDataHasValue>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkClassExpressionWrap<T>
          extended by org.semanticweb.elk.owlapi.wrapper.ElkDataHasValueWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkClassExpression, ElkDataHasValue, ElkObject, ElkPropertyRestriction<ElkDataPropertyExpression>, ElkPropertyRestrictionQualified<ElkDataPropertyExpression,ElkLiteral>

public class ElkDataHasValueWrap<T extends org.semanticweb.owlapi.model.OWLDataHasValue>
extends ElkClassExpressionWrap<T>
implements ElkDataHasValue

Implements the ElkDataHasValue interface by wrapping instances of OWLDataHasValue

Author:
"Yevgeny Kazakov"

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkDataHasValueWrap(T owlDataHasValue)
           
 
Method Summary
<O> O
accept(ElkClassExpressionVisitor<O> visitor)
           
 ElkLiteral getFiller()
           
 ElkDataPropertyExpression getProperty()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkClassExpressionWrap
accept
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
hashCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Constructor Detail

ElkDataHasValueWrap

public ElkDataHasValueWrap(T owlDataHasValue)
Method Detail

getProperty

public ElkDataPropertyExpression getProperty()
Specified by:
getProperty in interface ElkPropertyRestriction<ElkDataPropertyExpression>

getFiller

public ElkLiteral getFiller()
Specified by:
getFiller in interface ElkPropertyRestrictionQualified<ElkDataPropertyExpression,ElkLiteral>

accept

public <O> O accept(ElkClassExpressionVisitor<O> visitor)
Specified by:
accept in interface ElkClassExpression
Specified by:
accept in class ElkClassExpressionWrap<T extends org.semanticweb.owlapi.model.OWLDataHasValue>


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