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

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
      extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObject<DataPropertyHierarchy,OWLDataProperty>
          extended by org.semanticweb.owlapi.owllink.builtin.requests.GetSubDataPropertyHierarchy
All Implemented Interfaces:
KBRequest<DataPropertyHierarchy>, Request<DataPropertyHierarchy>

public class GetSubDataPropertyHierarchy
extends AbstractKBRequestWithOneObject<DataPropertyHierarchy,OWLDataProperty>

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


Constructor Summary
GetSubDataPropertyHierarchy(IRI kb)
           
GetSubDataPropertyHierarchy(IRI kb, OWLDataProperty object)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 OWLDataProperty getOWLProperty()
           
 
Methods inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObject
getObject
 
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

GetSubDataPropertyHierarchy

public GetSubDataPropertyHierarchy(IRI kb,
                                   OWLDataProperty object)

GetSubDataPropertyHierarchy

public GetSubDataPropertyHierarchy(IRI kb)
Method Detail

getOWLProperty

public OWLDataProperty getOWLProperty()

accept

public void accept(RequestVisitor visitor)