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

📄 gazetteer.ctxt

📁 Java source code for the Ant Colony Optimization Problem.
💻 CTXT
字号:
#BlueJ class context
comment0.target=class\ Gazetteer
comment0.text=Stores\ a\ Gazetteer\ table\ and\ allows\ simple\ searching.\n@author\ \ \ Jo\ Wood.\n@version\ \ 1.3,\ 7th\ October,\ 2001.\n\n
comment1.target=entries
comment10.target=name
comment11.target=type
comment12.params=
comment12.target=String\ getName()
comment12.text=Reports\ the\ name\ of\ the\ gazetteer\ object.\n@return\ Name\ of\ gazetteer\ object.\n\n
comment13.params=
comment13.target=String\ toString()
comment13.text=Reports\ the\ contents\ of\ the\ text\ entry\ in\ a\ form\ suitable\nfor\ display.\n@return\ Contents\ of\ the\ text\ entry\ object.\n\n
comment14.params=
comment14.target=String\ getType()
comment14.text=Reports\ the\ type\ of\ the\ gazetteer\ object.\n@return\ type\ of\ gazetteer\ object.\n\n
comment15.params=name\ type
comment15.target=TextEntry(String,String)
comment15.text=Creates\ a\ text\ entry\ with\ a\ given\ name\ and\ type.\n@param\ name\ Name\ of\ object\ in\ gazetteer.\n@param\ type\ Type\ of\ object\ in\ gazetteer.\n\n
comment2.params=
comment2.target=String[][]\ getEntryArray()
comment2.text=Reports\ all\ current\ gazetteer\ entries\ as\ a\ 2D\ array.\ Useful\ for\ \nimporting\ into\ a\ JTable.\n@return\ All\ gazetteer\ entries\ as\ a\ 2D\ array\ of\ n\ Rows\ by\ 2\ columns.\n\n
comment3.params=text
comment3.target=String[][]\ getEntryArray(String)
comment3.text=Reports\ the\ gazetteer\ entries\ that\ contain\ the\ given\ string\ as\ a\n2D\ array.\ Useful\ for\ importing\ into\ a\ JTable.\n@param\ text\ Text\ to\ search\ for.\n@return\ All\ gazetteer\ entries\ that\ match\ the\ given\ string.\n\n
comment4.params=
comment4.target=int\ getNumEntries()
comment4.text=Reports\ the\ number\ of\ entries\ in\ the\ gazetteer.\n@return\ Number\ of\ entries\ in\ the\ gazetteer.\n\n
comment5.params=
comment5.target=Gazetteer()
comment5.text=Initialises\ the\ gazetteer.\n\n
comment6.params=fp\ name\ type
comment6.target=void\ addEntry(Footprint,String,String)
comment6.text=Adds\ an\ entry\ to\ the\ gazetteer.\ Each\ entry\ should\ consist\nof\ a\ location,\ a\ name\ and\ a\ feature\ type.\n@param\ fp\ Location/extent\ of\ the\ feature.\n@param\ name\ Name\ of\ the\ feature.\n@param\ type\ Feature\ classification.\n\n
comment7.params=featureName
comment7.target=Footprint\ getLocation(String)
comment7.text=Reports\ the\ location\ corresponding\ to\ the\ given\ feature\ name\n@param\ Name\ of\ feature\ to\ search\ for.\n@return\ Location\ of\ given\ feature\ or\ null\ if\ none\ found.\n\n
comment8.params=
comment8.target=String\ toString()
comment8.text=Reports\ all\ current\ gazetteer\ entries.\n@return\ All\ gazetteer\ entries\ in\ a\ form\ suitable\ for\ display.\n\n
comment9.params=o
comment9.target=int\ compareTo(Object)
comment9.text=Compares\ this\ text\ entry\ object\ with\ another.\ Used\ for\ placing\ntext\ entries\ in\ alphabetic\ order.\n@param\ o\ Object\ with\ which\ to\ compare\ this\ one.\n@return\ Comparative\ alphabetic\ order\ of\ this\ object\ and\ the\ngiven\ one.\n\n
numComments=16

⌨️ 快捷键说明

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