org.semanticweb.owlapi.owllink.builtin.requests
Class GetDataPropertySources

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<SetOfIndividualSynsets,OWLDataProperty>
              extended by 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


Field Summary
 
Fields inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue
bool, object
 
Constructor Summary
GetDataPropertySources(IRI kb, OWLDataProperty property, OWLLiteral literal)
           
GetDataPropertySources(IRI kb, OWLDataProperty property, OWLLiteral literal, boolean isNegative)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 OWLDataProperty getOWLProperty()
           
 OWLLiteral getTargetValue()
           
 
Methods inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndNegativeAttribute
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
 

Constructor Detail

GetDataPropertySources

public GetDataPropertySources(IRI kb,
                              OWLDataProperty property,
                              OWLLiteral literal)

GetDataPropertySources

public GetDataPropertySources(IRI kb,
                              OWLDataProperty property,
                              OWLLiteral literal,
                              boolean isNegative)
Method Detail

getTargetValue

public OWLLiteral getTargetValue()

getOWLProperty

public OWLDataProperty getOWLProperty()

accept

public void accept(RequestVisitor visitor)