org.semanticweb.owlapi.owllink.builtin.requests
Class GetSubObjectProperties
java.lang.Object
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue<ObjectPropertySynsets,OWLObjectPropertyExpression>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetSubObjectProperties
public GetSubObjectProperties(IRI iri,
OWLObjectPropertyExpression object,
boolean isDirect)
GetSubObjectProperties
public GetSubObjectProperties(IRI iri,
OWLObjectPropertyExpression object)
isDirect
public boolean isDirect()
getOWLObjectPropertyExpression
public OWLObjectPropertyExpression getOWLObjectPropertyExpression()
accept
public void accept(RequestVisitor visitor)