org.semanticweb.owlapi.owllink.builtin.requests
Class GetDataPropertiesOfLiteral

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
      extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue<SetOfDataPropertySynsets,OWLLiteral>
          extended by 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


Field Summary
 
Fields inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObjectAndBooleanValue
bool, object
 
Constructor Summary
GetDataPropertiesOfLiteral(IRI iri, OWLLiteral object)
           
GetDataPropertiesOfLiteral(IRI iri, OWLLiteral object, boolean bool)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 OWLLiteral getTargetValue()
           
 boolean isNegative()
           
 
Methods inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest
getKB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDataPropertiesOfLiteral

public GetDataPropertiesOfLiteral(IRI iri,
                                  OWLLiteral object,
                                  boolean bool)

GetDataPropertiesOfLiteral

public GetDataPropertiesOfLiteral(IRI iri,
                                  OWLLiteral object)
Method Detail

isNegative

public boolean isNegative()

getTargetValue

public OWLLiteral getTargetValue()

accept

public void accept(RequestVisitor visitor)