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

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<Prefixes>
      extended by org.semanticweb.owlapi.owllink.builtin.requests.GetPrefixes
All Implemented Interfaces:
KBRequest<Prefixes>, Request<Prefixes>
Direct Known Subclasses:
OWLlinkXMLRenderer.KBGetPrefixes

public class GetPrefixes
extends AbstractKBRequest<Prefixes>

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


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

GetPrefixes

public GetPrefixes(IRI kb)
Method Detail

accept

public void accept(RequestVisitor visitor)