org.semanticweb.owlapi.owllink.builtin.requests
Class GetFlattenedDataPropertySources
java.lang.Object
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue<R,O>
org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndNegativeAttribute<SetOfIndividuals,OWLDataProperty>
org.semanticweb.owlapi.owllink.builtin.requests.GetFlattenedDataPropertySources
- All Implemented Interfaces:
- KBRequest<SetOfIndividuals>, Request<SetOfIndividuals>
public class GetFlattenedDataPropertySources
- extends AbstractKBRequestWithOneObjectAndNegativeAttribute<SetOfIndividuals,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 |
GetFlattenedDataPropertySources
public GetFlattenedDataPropertySources(IRI kb,
OWLDataProperty property,
OWLLiteral literal,
boolean isNegative)
GetFlattenedDataPropertySources
public GetFlattenedDataPropertySources(IRI kb,
OWLDataProperty property,
OWLLiteral literal)
getTargetValue
public OWLLiteral getTargetValue()
getOWLProperty
public OWLDataProperty getOWLProperty()
accept
public void accept(RequestVisitor visitor)