|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Models provenance information about translation rules registered in the IWBase. Translation rules are special kinds of inference rules which are used to translate expressions from one language to the other
| Method Summary | |
java.lang.String |
getClassName()
GUESSReturns the OWL class name of the language |
java.lang.String |
getFromExpression()
Returns the from expression of the translation rule |
IWLanguage |
getFromLanguage()
Returns the from language of the translation rule |
java.lang.String |
getToExpression()
Returns the to expression of the translation rule |
IWLanguage |
getToLanguage()
Returns the to language of the translation rule |
void |
setFromExpression(java.lang.String _newFromExpression)
Sets the from expression of the translation rule |
void |
setFromLanguage(IWLanguage _newFromLanguage)
Sets the fromlanguage of the translation rule |
void |
setToExpression(java.lang.String _newToExpression)
Sets the to expression of the translation rule |
void |
setToLanguage(IWLanguage _newToLanguage)
Sets the to language of the translation rule |
| Methods inherited from interface iw.model.IWInferenceRule |
getEnglishDescriptionTemplate, setEnglishDescriptionTemplate |
| 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 |
| Methods inherited from interface iw.model.IWModelElement |
getFirstSubmissionDate, getLastSubmissionDate, getModel, getURI, setFirstSubmissionDate, setLastSubmissionDate, setModel, setURI |
| Method Detail |
public java.lang.String getToExpression()
public void setToExpression(java.lang.String _newToExpression)
_newToExpression - the new to expression of the translation rulepublic java.lang.String getFromExpression()
public void setFromExpression(java.lang.String _newFromExpression)
_newFromExpression - the new for expression of the translation rulepublic IWLanguage getToLanguage()
public void setToLanguage(IWLanguage _newToLanguage)
_newToLanguage - the new to language of the translation rulepublic IWLanguage getFromLanguage()
public void setFromLanguage(IWLanguage _newFromLanguage)
_newFromLanguage - the new from language of the translation rulepublic java.lang.String getClassName()
getClassName in interface IWInferenceRule
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||