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

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

public class GetFlattenedTypes
extends AbstractKBRequestWithOneObjectAndBooleanValue<Classes,OWLIndividual>

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
GetFlattenedTypes(IRI iri, OWLIndividual object)
           
GetFlattenedTypes(IRI iri, OWLIndividual object, boolean bool)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 OWLIndividual getIndividual()
           
 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

GetFlattenedTypes

public GetFlattenedTypes(IRI iri,
                         OWLIndividual object,
                         boolean bool)

GetFlattenedTypes

public GetFlattenedTypes(IRI iri,
                         OWLIndividual object)
Method Detail

isDirect

public boolean isDirect()

getIndividual

public OWLIndividual getIndividual()

accept

public void accept(RequestVisitor visitor)