org.semanticweb.owlapi.owllink.builtin.requests
Class AbstractGetDisjointProperties<R extends KBResponse,P extends OWLPropertyExpression>

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<R,P>
All Implemented Interfaces:
KBRequest<R>, Request<R>
Direct Known Subclasses:
GetDisjointDataProperties, GetDisjointObjectProperties

public abstract class AbstractGetDisjointProperties<R extends KBResponse,P extends OWLPropertyExpression>
extends AbstractKBRequestWithOneObject<R,P>

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


Constructor Summary
AbstractGetDisjointProperties(IRI kb, P object)
           
 
Method Summary
 P 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
 
Methods inherited from interface org.semanticweb.owlapi.owllink.builtin.Request
accept
 

Constructor Detail

AbstractGetDisjointProperties

public AbstractGetDisjointProperties(IRI kb,
                                     P object)
Method Detail

getOWLProperty

public P getOWLProperty()