iw.model
Interface IWLanguage
- All Superinterfaces:
- IWModelElement, IWProvenanceElement
- All Known Subinterfaces:
- DBLanguage, OWLLanguage
- public interface IWLanguage
- extends IWProvenanceElement
Models the meta information about languages registered with the IWBase.
Languages need to be registered as Inference Web needs to inform its
users of the language in which answers from a particular inference engine
are expressed.
| Methods inherited from interface iw.model.IWProvenanceElement |
addSource, getEnglishDescription, getEnglishExample, getFileName, getFullName, getShortName, getSourceNames, getSources, getSourceURIs, getSubmitter, getSubmitterName, getURL, setEnglishDescription, setEnglishExample, setFileName, setFullName, setShortName, setSources, setSubmitter, setURL |
getEscapeCharacter
public java.lang.String getEscapeCharacter()
- Returns the escape character of the language
- Returns:
- the escape character of the language
setEscapeCharacter
public void setEscapeCharacter(java.lang.String _newEC)
- Sets the escape character of the language
- Parameters:
_newEC - the new escape character of the language
getClassName
public java.lang.String getClassName()
Copyright 2006 Inference Web group, All Rights Reserved.