org.semanticweb.elk.owlapi.wrapper
Class ElkDatatypeRestrictionWrap<T extends org.semanticweb.owlapi.model.OWLDatatypeRestriction>

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

public class ElkDatatypeRestrictionWrap<T extends org.semanticweb.owlapi.model.OWLDatatypeRestriction>
extends ElkDataRangeWrap<T>
implements ElkDatatypeRestriction

Implements the ElkDatatypeRestriction interface by wrapping instances of OWLDatatypeRestriction

Author:
"Yevgeny Kazakov"

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Constructor Summary
ElkDatatypeRestrictionWrap(T owlDatatypeRestriction)
           
 
Method Summary
<O> O
accept(ElkDataRangeVisitor<O> visitor)
           
 ElkDatatype getDatatype()
           
 List<? extends ElkFacetRestriction> getFacetRestrictions()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkDataRangeWrap
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

ElkDatatypeRestrictionWrap

public ElkDatatypeRestrictionWrap(T owlDatatypeRestriction)
Method Detail

getDatatype

public ElkDatatype getDatatype()
Specified by:
getDatatype in interface ElkDatatypeRestriction

getFacetRestrictions

public List<? extends ElkFacetRestriction> getFacetRestrictions()
Specified by:
getFacetRestrictions in interface ElkDatatypeRestriction

accept

public <O> O accept(ElkDataRangeVisitor<O> visitor)
Specified by:
accept in interface ElkDataRange
Specified by:
accept in class ElkDataRangeWrap<T extends org.semanticweb.owlapi.model.OWLDatatypeRestriction>


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