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