org.semanticweb.owlapi.owllink.builtin.requests
Class GetAllDatatypes

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<SetOfDatatypes>
      extended by org.semanticweb.owlapi.owllink.builtin.requests.GetAllDatatypes
All Implemented Interfaces:
KBRequest<SetOfDatatypes>, Request<SetOfDatatypes>

public class GetAllDatatypes
extends AbstractKBRequest<SetOfDatatypes>

Created by IntelliJ IDEA. Author: Olaf Noppens Date: 23.10.2009


Constructor Summary
GetAllDatatypes(IRI kb)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 
Methods inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest
getKB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAllDatatypes

public GetAllDatatypes(IRI kb)
Method Detail

accept

public void accept(RequestVisitor visitor)