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

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

public class GetSubObjectProperties
extends AbstractKBRequestWithOneObjectAndBooleanValue<ObjectPropertySynsets,OWLObjectPropertyExpression>

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
GetSubObjectProperties(IRI iri, OWLObjectPropertyExpression object)
           
GetSubObjectProperties(IRI iri, OWLObjectPropertyExpression object, boolean isDirect)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 OWLObjectPropertyExpression getOWLObjectPropertyExpression()
           
 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

GetSubObjectProperties

public GetSubObjectProperties(IRI iri,
                              OWLObjectPropertyExpression object,
                              boolean isDirect)

GetSubObjectProperties

public GetSubObjectProperties(IRI iri,
                              OWLObjectPropertyExpression object)
Method Detail

isDirect

public boolean isDirect()

getOWLObjectPropertyExpression

public OWLObjectPropertyExpression getOWLObjectPropertyExpression()

accept

public void accept(RequestVisitor visitor)