org.semanticweb.owlapi.owllink.builtin.requests
Class GetObjectPropertySources
java.lang.Object
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithIndividualProperty<SetOfIndividualSynsets,OWLObjectPropertyExpression>
org.semanticweb.owlapi.owllink.builtin.requests.GetObjectPropertySources
- All Implemented Interfaces:
- KBRequest<SetOfIndividualSynsets>, Request<SetOfIndividualSynsets>
public class GetObjectPropertySources
- extends AbstractKBRequestWithIndividualProperty<SetOfIndividualSynsets,OWLObjectPropertyExpression>
Represents a GetObjectPropertySources
request in the OWLlink specification.
Author: Olaf Noppens
Date: 23.10.2009
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isNegative
public final boolean isNegative
GetObjectPropertySources
public GetObjectPropertySources(IRI kb,
OWLIndividual individual,
OWLObjectPropertyExpression property,
boolean negative)
GetObjectPropertySources
public GetObjectPropertySources(IRI kb,
OWLIndividual individual,
OWLObjectPropertyExpression property)
isNegative
public boolean isNegative()
accept
public void accept(RequestVisitor visitor)