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

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
      extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithIndividualProperty<SetOfIndividualSynsets,OWLObjectPropertyExpression>
          extended by org.semanticweb.owlapi.owllink.builtin.requests.GetObjectPropertySources
All Implemented Interfaces:
KBRequest<SetOfIndividualSynsets>, Request<SetOfIndividualSynsets>

public class GetObjectPropertySources
extends AbstractKBRequestWithIndividualProperty<SetOfIndividualSynsets,OWLObjectPropertyExpression>

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


Field Summary
 boolean isNegative
           
 
Constructor Summary
GetObjectPropertySources(IRI kb, OWLIndividual individual, OWLObjectPropertyExpression property)
           
GetObjectPropertySources(IRI kb, OWLIndividual individual, OWLObjectPropertyExpression property, boolean negative)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 boolean isNegative()
           
 
Methods inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithIndividualProperty
getOWLIndividual, getOWLProperty
 
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
 

Field Detail

isNegative

public final boolean isNegative
Constructor Detail

GetObjectPropertySources

public GetObjectPropertySources(IRI kb,
                                OWLIndividual individual,
                                OWLObjectPropertyExpression property,
                                boolean negative)

GetObjectPropertySources

public GetObjectPropertySources(IRI kb,
                                OWLIndividual individual,
                                OWLObjectPropertyExpression property)
Method Detail

isNegative

public boolean isNegative()

accept

public void accept(RequestVisitor visitor)