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<SetOfDataPropertySynsets,OWLDataProperty>
org.semanticweb.owlapi.owllink.builtin.requests.GetSubDataProperties
- All Implemented Interfaces:
- KBRequest<SetOfDataPropertySynsets>, Request<SetOfDataPropertySynsets>
public class GetSubDataProperties
- extends AbstractKBRequestWithOneObjectAndBooleanValue<SetOfDataPropertySynsets,OWLDataProperty>
Represents a GetSubDataProperties
request in the OWLlink specification.
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)