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

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

public class Realize
extends AbstractKBRequest<OK>

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


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

Realize

public Realize(IRI kb)
Method Detail

accept

public void accept(RequestVisitor visitor)