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

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

public class GetAllAnnotationProperties
extends AbstractKBRequest<SetOfAnnotationProperties>

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


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

GetAllAnnotationProperties

public GetAllAnnotationProperties(IRI kb)
Method Detail

accept

public void accept(RequestVisitor visitor)