|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DIGIdentifier
A structure that presents identification information about the attached DIG reasoner.
Method Summary | |
---|---|
String |
getMessage()
Answer the message string from the DIG identifier element. |
String |
getName()
Answer the name of the attached reasoner, as a string. |
String |
getVersion()
Answer the version string of the attached reasoner. |
Iterator |
supportsAsk()
Answer an iterator over the ASK verbs that this reasoner supports. |
Iterator |
supportsLanguage()
Answer an iterator over the language elements that this reasoner supports. |
Iterator |
supportsTell()
Answer an iterator over the TELL verbs that this reasoner supports. |
Method Detail |
---|
String getName()
Answer the name of the attached reasoner, as a string.
String getVersion()
Answer the version string of the attached reasoner.
String getMessage()
Answer the message string from the DIG identifier element.
Iterator supportsLanguage()
Answer an iterator over the language elements that this reasoner supports.
Iterator supportsTell()
Answer an iterator over the TELL verbs that this reasoner supports.
Iterator supportsAsk()
Answer an iterator over the ASK verbs that this reasoner supports.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |