⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.ctxt

📁 Java source code for the Ant Colony Optimization Problem.
💻 CTXT
字号:
#BlueJ class context
comment0.target=class\ Header
comment0.text=Stores\ general\ header\ information\ about\ a\ document.\ Includes\ninformation\ such\ as\ title,\ author,\ copyright\ details\ etc.\n@author\ Jo\ Wood.\n@version\ 2.0,\ 6th\ September,\ 2001.\n\n
comment1.params=notes
comment1.target=void\ setNotes(String)
comment1.text=Sets\ the\ notes\ on\ the\ object\ associated\ with\ this\ header.\n@param\ notes\ New\ notes\ associated\ with\ object.\n\n
comment10.params=title
comment10.target=Header(String)
comment10.text=Creates\ a\ default\ header\ with\ a\ given\ title.\ \n@param\ title\ Title\ of\ object\ described\ by\ the\ header.\n\n
comment11.params=title\ author\ rights\ notes
comment11.target=Header(String,String,String,String)
comment11.text=Creates\ a\ header\ with\ given\ title,\ author,\ rights\ and\ notes.\n@param\ title\ Title\ of\ object\ described\ by\ the\ header.\n@param\ author\ Author\ of\ object\ described\ by\ the\ header.\n@param\ rights\ Copyright\ details\ of\ object\ described\ by\ the\ header.\n@param\ notes\ Miscellaneous\ notes\ associated\ with\ object.\n\n
comment12.target=title
comment13.params=
comment13.target=String\ getRights()
comment13.text=Reports\ the\ copyright\ details\ of\ the\ object\ associated\nwith\ this\ header.\n@return\ Copyright\ details\ associated\ with\ this\ object.\n\n
comment14.params=
comment14.target=String\ getAuthor()
comment14.text=Reports\ the\ author\ of\ the\ object\ associated\ with\ this\ header.\n@return\ Author\ of\ object.\n\n
comment15.params=rights
comment15.target=void\ setRights(String)
comment15.text=Sets\ the\ copyright\ details\ associated\ with\ this\ header.\n@param\ rights\ New\ copyright\ information\ associated\ with\ object.\n\n
comment2.params=
comment2.target=String\ getNotes()
comment2.text=Reports\ any\ notes\ on\ the\ object\ associated\ with\ this\ header.\n@return\ Notes\ associated\ with\ object.\n\n
comment3.params=author
comment3.target=void\ setAuthor(String)
comment3.text=Sets\ the\ author\ of\ the\ object\ associated\ with\ this\ header.\n@param\ title\ New\ author\ information\ associated\ with\ object.\n\n
comment4.params=
comment4.target=String\ toString()
comment4.text=Reports\ the\ contents\ of\ the\ header\ as\ a\ text\ string.\n@return\ Text\ representing\ header.\n\n
comment5.target=rights
comment6.params=title
comment6.target=void\ setTitle(String)
comment6.text=Sets\ the\ title\ of\ the\ object\ associated\ with\ this\ header.\n@param\ title\ New\ title\ of\ object.\n\n
comment7.params=
comment7.target=String\ getTitle()
comment7.text=Reports\ the\ title\ of\ the\ object\ associated\ with\ this\ header.\n@return\ Title\ of\ object.\n\n
comment8.target=author
comment9.target=notes
numComments=16

⌨️ 快捷键说明

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