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

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

public class GetFlattenedInstances
extends AbstractKBRequestWithOneObjectAndBooleanValue<SetOfIndividuals,OWLClassExpression>

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
GetFlattenedInstances(IRI iri, OWLClassExpression object)
           
GetFlattenedInstances(IRI iri, OWLClassExpression object, boolean bool)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 OWLClassExpression getClassExpression()
           
 boolean isDirect()
           
 
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

GetFlattenedInstances

public GetFlattenedInstances(IRI iri,
                             OWLClassExpression object,
                             boolean bool)

GetFlattenedInstances

public GetFlattenedInstances(IRI iri,
                             OWLClassExpression object)
Method Detail

isDirect

public boolean isDirect()

getClassExpression

public OWLClassExpression getClassExpression()

accept

public void accept(RequestVisitor visitor)