org.semanticweb.owlapi.owllink.builtin
Interface Response

All Known Subinterfaces:
BooleanResponse, Classes, ClassHierarchy, ClassSynsets, Confirmation, DataPropertyHierarchy, DataPropertySynonyms, DataPropertySynsets, Description, ErrorResponse, Hierarchy<O>, IndividualSynonyms, KB, KBErrorResponse, KBResponse, ObjectPropertyHierarchy, ObjectPropertySynsets, OK, Prefixes, SetOfAnnotationProperties, SetOfClasses, SetOfClassSynsets, SetOfDataProperties, SetOfDataPropertySynsets, SetOfDatatypes, SetOfIndividuals, SetOfIndividualSynsets, SetOfLiterals, SetOfObjectProperties, SetOfObjectPropertySynsets, SetOfResponse<E>, SetOfSynsets<E>, SetOfX<E>, Settings, StringResponse, SynsetResponse<E>, Synsets<E>
All Known Implementing Classes:
ErrorResponseImpl, KBErrorResponseImpl

public interface Response

Author:
Olaf Noppens

Method Summary
<O> O
accept(ResponseVisitor<O> visitor)
           
 

Method Detail

accept

<O> O accept(ResponseVisitor<O> visitor)