org.semanticweb.owlapi.owllink.builtin.requests
Class IsEntailedDirect
java.lang.Object
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<BooleanResponse>
org.semanticweb.owlapi.owllink.builtin.requests.IsEntailedDirect
- All Implemented Interfaces:
- KBRequest<BooleanResponse>, Request<BooleanResponse>
public class IsEntailedDirect
- extends AbstractKBRequest<BooleanResponse>
Created by IntelliJ IDEA.
Author: Olaf Noppens
Date: 20.11.2009
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsEntailedDirect
public IsEntailedDirect(IRI kb,
OWLSubClassOfAxiom axiom)
IsEntailedDirect
public IsEntailedDirect(IRI kb,
OWLSubObjectPropertyOfAxiom axiom)
IsEntailedDirect
public IsEntailedDirect(IRI kb,
OWLSubDataPropertyOfAxiom axiom)
IsEntailedDirect
public IsEntailedDirect(IRI kb,
OWLClassAssertionAxiom axiom)
getAxiom
public OWLAxiom getAxiom()
isOWLSubClassOfAxiom
public boolean isOWLSubClassOfAxiom()
isOWLSubObjectPropertyOfAxiom
public boolean isOWLSubObjectPropertyOfAxiom()
isOWLSubDataPropertyOfAxiom
public boolean isOWLSubDataPropertyOfAxiom()
isOWLClassAssertionAxiom
public boolean isOWLClassAssertionAxiom()
asOWLSubClassOfAxiom
public OWLSubClassOfAxiom asOWLSubClassOfAxiom()
asOWLSubObjectPropertOfAxiom
public OWLSubObjectPropertyOfAxiom asOWLSubObjectPropertOfAxiom()
asOWLSubDataPropertOfAxiom
public OWLSubDataPropertyOfAxiom asOWLSubDataPropertOfAxiom()
asOWLClassAssertionAxiom
public OWLClassAssertionAxiom asOWLClassAssertionAxiom()
accept
public void accept(RequestVisitor visitor)