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

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

public class Classify
extends AbstractKBRequest<OK>

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


Constructor Summary
Classify(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

Classify

public Classify(IRI kb)
Method Detail

accept

public void accept(RequestVisitor visitor)