org.semanticweb.owlapi.owllink.builtin.requests
Class AbstractKBRequestWithOneObjectAndNegativeAttribute<R extends KBResponse,O extends OWLObject>
java.lang.Object
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue<R,O>
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
| 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 |
AbstractKBRequestWithOneObjectAndNegativeAttribute
public AbstractKBRequestWithOneObjectAndNegativeAttribute(IRI iri,
O object,
boolean bool)
AbstractKBRequestWithOneObjectAndNegativeAttribute
public AbstractKBRequestWithOneObjectAndNegativeAttribute(IRI iri,
O object)
isNegative
public final boolean isNegative()