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