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

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

public class GetSubObjectPropertyHierarchy
extends AbstractKBRequest<ObjectPropertyHierarchy>

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


Constructor Summary
GetSubObjectPropertyHierarchy(IRI kb)
           
GetSubObjectPropertyHierarchy(IRI kb, OWLObjectProperty expression)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 OWLObjectProperty getObjectProperty()
           
 boolean hasObjectProperty()
           
 
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

GetSubObjectPropertyHierarchy

public GetSubObjectPropertyHierarchy(IRI kb)

GetSubObjectPropertyHierarchy

public GetSubObjectPropertyHierarchy(IRI kb,
                                     OWLObjectProperty expression)
Method Detail

getObjectProperty

public OWLObjectProperty getObjectProperty()

hasObjectProperty

public boolean hasObjectProperty()

accept

public void accept(RequestVisitor visitor)