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

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.GetSubDataProperties
All Implemented Interfaces:
KBRequest<DataPropertySynsets>, Request<DataPropertySynsets>

public class GetSubDataProperties
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
GetSubDataProperties(IRI iri, OWLDataProperty object)
           
GetSubDataProperties(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

GetSubDataProperties

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

GetSubDataProperties

public GetSubDataProperties(IRI iri,
                            OWLDataProperty object)
Method Detail

isDirect

public boolean isDirect()

getProperty

public OWLDataProperty getProperty()

accept

public void accept(RequestVisitor visitor)