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