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

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

public class GetFlattenedObjectPropertySources
extends AbstractKBRequestWithIndividualProperty<SetOfIndividuals,OWLObjectPropertyExpression>

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


Constructor Summary
GetFlattenedObjectPropertySources(IRI kb, OWLIndividual individual, OWLObjectPropertyExpression property)
           
GetFlattenedObjectPropertySources(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
 

Constructor Detail

GetFlattenedObjectPropertySources

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

GetFlattenedObjectPropertySources

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

isNegative

public boolean isNegative()

accept

public void accept(RequestVisitor visitor)