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

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.GetFlattenedObjectPropertyTargets
All Implemented Interfaces:
KBRequest<SetOfIndividuals>, Request<SetOfIndividuals>

public class GetFlattenedObjectPropertyTargets
extends AbstractKBRequestWithIndividualProperty<SetOfIndividuals,OWLObjectPropertyExpression>

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


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

GetFlattenedObjectPropertyTargets

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

GetFlattenedObjectPropertyTargets

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

isNegative

public boolean isNegative()

accept

public void accept(RequestVisitor visitor)