org.semanticweb.owlapi.owllink.builtin.requests
Class GetDataPropertyTargets
java.lang.Object
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObject<SetOfLiterals,OWLDataProperty>
org.semanticweb.owlapi.owllink.builtin.requests.GetDataPropertyTargets
- All Implemented Interfaces:
- KBRequest<SetOfLiterals>, Request<SetOfLiterals>
public class GetDataPropertyTargets
- extends AbstractKBRequestWithOneObject<SetOfLiterals,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 |
GetDataPropertyTargets
public GetDataPropertyTargets(IRI kb,
OWLIndividual individual,
OWLDataProperty property)
getSourceIndividual
public OWLIndividual getSourceIndividual()
getOWLProperty
public OWLDataProperty getOWLProperty()
accept
public void accept(RequestVisitor visitor)