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

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
      extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue<SetOfDataPropertySynsets,OWLIndividual>
          extended by org.semanticweb.owlapi.owllink.builtin.requests.GetDataPropertiesOfSource
All Implemented Interfaces:
KBRequest<SetOfDataPropertySynsets>, Request<SetOfDataPropertySynsets>

public class GetDataPropertiesOfSource
extends AbstractKBRequestWithOneObjectAndBooleanValue<SetOfDataPropertySynsets,OWLIndividual>

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


Field Summary
 
Fields inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue
bool, object
 
Constructor Summary
GetDataPropertiesOfSource(IRI iri, OWLIndividual object)
           
GetDataPropertiesOfSource(IRI iri, OWLIndividual object, boolean bool)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 OWLIndividual getSourceIndividual()
           
 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
 

Constructor Detail

GetDataPropertiesOfSource

public GetDataPropertiesOfSource(IRI iri,
                                 OWLIndividual object,
                                 boolean bool)

GetDataPropertiesOfSource

public GetDataPropertiesOfSource(IRI iri,
                                 OWLIndividual object)
Method Detail

isNegative

public boolean isNegative()

getSourceIndividual

public OWLIndividual getSourceIndividual()

accept

public void accept(RequestVisitor visitor)