org.semanticweb.elk.owlapi.wrapper
Class ElkFacetRestrictionWrap<T extends org.semanticweb.owlapi.model.OWLFacetRestriction>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkFacetRestrictionWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkFacetRestriction, ElkObject

public class ElkFacetRestrictionWrap<T extends org.semanticweb.owlapi.model.OWLFacetRestriction>
extends ElkObjectWrap<T>
implements ElkFacetRestriction

Implements the ElkFacetRestriction interface by wrapping instances of OWLFacetRestriction

Author:
"Yevgeny Kazakov"

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkFacetRestrictionWrap(T owlFacetRestriction)
           
 
Method Summary
<O> O
accept(ElkObjectVisitor<O> visitor)
           
 ElkIri getConstrainingFacet()
           
 ElkLiteral getRestrictionValue()
           
 
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
 

Constructor Detail

ElkFacetRestrictionWrap

public ElkFacetRestrictionWrap(T owlFacetRestriction)
Method Detail

getConstrainingFacet

public ElkIri getConstrainingFacet()
Specified by:
getConstrainingFacet in interface ElkFacetRestriction

getRestrictionValue

public ElkLiteral getRestrictionValue()
Specified by:
getRestrictionValue in interface ElkFacetRestriction

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.