org.semanticweb.owlapi.owllink.builtin.response
Interface Description

All Superinterfaces:
Confirmation, Response

public interface Description
extends Confirmation

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


Method Summary
 java.util.Set<Configuration> getDefaults()
           
 java.lang.String getMessage()
           
 java.lang.String getName()
           
 ProtocolVersion getProtocolVersion()
           
 java.util.Set<PublicKB> getPublicKBs()
           
 ReasonerVersion getReasonerVersion()
           
 java.util.Set<IRI> getSupportedExtensions()
           
 boolean hasMessage()
           
 
Methods inherited from interface org.semanticweb.owlapi.owllink.builtin.response.Confirmation
getWarning, hasWarning
 
Methods inherited from interface org.semanticweb.owlapi.owllink.builtin.Response
accept
 

Method Detail

getName

java.lang.String getName()

getMessage

java.lang.String getMessage()

hasMessage

boolean hasMessage()

getPublicKBs

java.util.Set<PublicKB> getPublicKBs()

getDefaults

java.util.Set<Configuration> getDefaults()

getSupportedExtensions

java.util.Set<IRI> getSupportedExtensions()

getProtocolVersion

ProtocolVersion getProtocolVersion()

getReasonerVersion

ReasonerVersion getReasonerVersion()