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

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

public class GetAllObjectProperties
extends AbstractKBRequest<SetOfObjectProperties>

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


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

GetAllObjectProperties

public GetAllObjectProperties(IRI kb)
Method Detail

accept

public void accept(RequestVisitor visitor)