org.semanticweb.owlapi.owllink
Interface Response

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

public interface Response

Response is the base interface for all responses for the OWLlink protocol.

Represents a Response in the OWLlink specification.

Author:
Olaf Noppens

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

Method Detail

accept

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