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

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

public class GetSuperDataProperties
extends AbstractKBRequestWithOneObjectAndBooleanValue<DataPropertySynsets,OWLDataProperty>

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


Field Summary
 
Fields inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue
bool, object
 
Constructor Summary
GetSuperDataProperties(IRI iri, OWLDataProperty object)
           
GetSuperDataProperties(IRI iri, OWLDataProperty object, boolean bool)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 OWLDataProperty getProperty()
           
 boolean isDirect()
           
 
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

GetSuperDataProperties

public GetSuperDataProperties(IRI iri,
                              OWLDataProperty object,
                              boolean bool)

GetSuperDataProperties

public GetSuperDataProperties(IRI iri,
                              OWLDataProperty object)
Method Detail

isDirect

public boolean isDirect()

getProperty

public OWLDataProperty getProperty()

accept

public void accept(RequestVisitor visitor)