org.semanticweb.owlapi.owllink.builtin.requests
Class AbstractKBRequestWithOneObjectAndNegativeAttribute<R extends KBResponse,O extends OWLObject>

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
      extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue<R,O>
          extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndNegativeAttribute<R,O>
All Implemented Interfaces:
KBRequest<R>, Request<R>
Direct Known Subclasses:
GetDataPropertySources, GetFlattenedDataPropertySources, GetObjectPropertiesOfSource, GetObjectPropertiesOfTarget

public abstract class AbstractKBRequestWithOneObjectAndNegativeAttribute<R extends KBResponse,O extends OWLObject>
extends AbstractKBRequestWithOneObjectAndBooleanValue<R,O>

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


Field Summary
 
Fields inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue
bool, object
 
Constructor Summary
AbstractKBRequestWithOneObjectAndNegativeAttribute(IRI iri, O object)
           
AbstractKBRequestWithOneObjectAndNegativeAttribute(IRI iri, O object, boolean bool)
           
 
Method Summary
 boolean isNegative()
           
 
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

AbstractKBRequestWithOneObjectAndNegativeAttribute

public AbstractKBRequestWithOneObjectAndNegativeAttribute(IRI iri,
                                                          O object,
                                                          boolean bool)

AbstractKBRequestWithOneObjectAndNegativeAttribute

public AbstractKBRequestWithOneObjectAndNegativeAttribute(IRI iri,
                                                          O object)
Method Detail

isNegative

public final boolean isNegative()