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

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<R>
      extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObject<DataPropertySynonyms,OWLDataProperty>
          extended by org.semanticweb.owlapi.owllink.builtin.requests.GetEquivalentDataProperties
All Implemented Interfaces:
KBRequest<DataPropertySynonyms>, Request<DataPropertySynonyms>

public class GetEquivalentDataProperties
extends AbstractKBRequestWithOneObject<DataPropertySynonyms,OWLDataProperty>

Created by IntelliJ IDEA. Author: Olaf Noppens Date: 23.10.2009


Constructor Summary
GetEquivalentDataProperties(IRI kb, OWLDataProperty object)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 
Methods inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequestWithOneObject
getObject
 
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

GetEquivalentDataProperties

public GetEquivalentDataProperties(IRI kb,
                                   OWLDataProperty object)
Method Detail

accept

public void accept(RequestVisitor visitor)