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

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
      extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObject<R,P>
          extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractGetDisjointProperties<DataPropertySynsets,OWLDataPropertyExpression>
              extended by org.semanticweb.owlapi.owllink.builtin.requests.GetDisjointDataProperties
All Implemented Interfaces:
KBRequest<DataPropertySynsets>, Request<DataPropertySynsets>

public class GetDisjointDataProperties
extends AbstractGetDisjointProperties<DataPropertySynsets,OWLDataPropertyExpression>

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


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

GetDisjointDataProperties

public GetDisjointDataProperties(IRI kb,
                                 OWLDataPropertyExpression object)
Method Detail

accept

public void accept(RequestVisitor visitor)