| com.hp.hpl.jena.reasoner.dig.DIGIdentifier
DIGIdentifier | public interface DIGIdentifier (Code) | |
A structure that presents identification information about the attached DIG reasoner.
author: Ian Dickinson, HP Labs (email) version: Release @release@ ($Id: DIGIdentifier.java,v 1.8 2008/01/02 12:07:11 andy_seaborne Exp $) |
getMessage | public String getMessage()(Code) | | Answer the message string from the DIG identifier element.
The identification message |
getName | public String getName()(Code) | | Answer the name of the attached reasoner, as a string.
The name of the DIG reasoner. |
getVersion | public String getVersion()(Code) | | Answer the version string of the attached reasoner.
The version string for the reasoner. |
supportsAsk | public Iterator supportsAsk()(Code) | | Answer an iterator over the ASK verbs that this reasoner supports.
An iterator, each element of which is a string denoting a DIG ASKverb that the attached reasoner supports. |
supportsLanguage | public Iterator supportsLanguage()(Code) | | Answer an iterator over the language elements that this reasoner supports.
An iterator, each element of which is a string denoting a DIG languageterm that the attached reasoner supports. |
supportsTell | public Iterator supportsTell()(Code) | | Answer an iterator over the TELL verbs that this reasoner supports.
An iterator, each element of which is a string denoting a DIG TELLverb that the attached reasoner supports. |
|
|