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

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

public class GetInstances
extends AbstractKBRequestWithOneObjectAndBooleanValue<SetOfIndividualSynsets,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
GetInstances(IRI iri, OWLClassExpression object)
           
GetInstances(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

GetInstances

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

GetInstances

public GetInstances(IRI iri,
                    OWLClassExpression object)
Method Detail

isDirect

public boolean isDirect()

getClassExpression

public OWLClassExpression getClassExpression()

accept

public void accept(RequestVisitor visitor)