sentencetemplate.ctxt

来自「一个关于CHATBOT的程序(人式智能方面)」· CTXT 代码 · 共 16 行

CTXT
16
字号
#BlueJ class context
comment0.params=type\ temp
comment0.target=SentenceTemplate(String,\ String)
comment0.text=\nCreate\ a\ sentence\ template\ of\ the\ specified\ type,\ with\ the\ specified\ \ntemplate\ representation\n\n@param\ type\ The\ type\ of\ this\ template\ e.g.\ QUESTION\n\n@param\ temp\ The\ string\ representation\ of\ this\ template\n\n
comment1.target=String\ getSentenceType()
comment1.text=\nGets\ the\ type\ of\ this\ sentence\ template\n@return\ the\ type\n\n
comment2.target=String\ getTemplate()
comment2.text=\nGet\ the\ string\ representation\ of\ the\ template\n@return\ the\ template\n\n
comment3.params=string
comment3.target=void\ setSentenceType(String)
comment3.text=\nSet\ the\ type\ of\ this\ sentence\ template\n@param\ string\ the\ type\n\n
comment4.params=string
comment4.target=void\ setTemplate(String)
comment4.text=\nSet\ the\ string\ representation\ of\ this\ template\n@param\ string\ the\ template\n\n
numComments=5

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?