org.semanticweb.owlapi.owllink.builtin.requests
Class GetSubDataProperties
java.lang.Object
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue<DataPropertySynsets,OWLDataProperty>
org.semanticweb.owlapi.owllink.builtin.requests.GetSubDataProperties
- All Implemented Interfaces:
- KBRequest<DataPropertySynsets>, Request<DataPropertySynsets>
public class GetSubDataProperties
- extends AbstractKBRequestWithOneObjectAndBooleanValue<DataPropertySynsets,OWLDataProperty>
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 |
GetSubDataProperties
public GetSubDataProperties(IRI iri,
OWLDataProperty object,
boolean bool)
GetSubDataProperties
public GetSubDataProperties(IRI iri,
OWLDataProperty object)
isDirect
public boolean isDirect()
getProperty
public OWLDataProperty getProperty()
accept
public void accept(RequestVisitor visitor)