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

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

public class IsObjectPropertySatisfiable
extends AbstractKBRequestWithOneObject<BooleanResponse,OWLObjectPropertyExpression>

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


Constructor Summary
IsObjectPropertySatisfiable(IRI kb, OWLObjectPropertyExpression object)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 
Methods inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObject
getObject
 
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

IsObjectPropertySatisfiable

public IsObjectPropertySatisfiable(IRI kb,
                                   OWLObjectPropertyExpression object)
Method Detail

accept

public void accept(RequestVisitor visitor)