org.semanticweb.owlapi.owllink.builtin.requests
Class GetDataPropertySources
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<SetOfIndividualSynsets,OWLDataProperty>
org.semanticweb.owlapi.owllink.builtin.requests.GetDataPropertySources
- All Implemented Interfaces:
- KBRequest<SetOfIndividualSynsets>, Request<SetOfIndividualSynsets>
public class GetDataPropertySources
- extends AbstractKBRequestWithOneObjectAndNegativeAttribute<SetOfIndividualSynsets,OWLDataProperty>
Created by IntelliJ IDEA.
Author: Olaf Noppens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetDataPropertySources
public GetDataPropertySources(IRI kb,
OWLDataProperty property,
OWLLiteral literal)
GetDataPropertySources
public GetDataPropertySources(IRI kb,
OWLDataProperty property,
OWLLiteral literal,
boolean isNegative)
getTargetValue
public OWLLiteral getTargetValue()
getOWLProperty
public OWLDataProperty getOWLProperty()
accept
public void accept(RequestVisitor visitor)