
Public Member Functions | |
| String | getHowtoTitle () |
| List< String > | getInstructions () |
| String | getUrl () |
| void | load (String query) |
| ArrayList< String > | read (String url) |
| String[] | search_wikihow (String query) |
Package Attributes | |
| List< String > | instructions = new ArrayList<String>() |
| String | title = "" |
| String | url = null |
Definition at line 15 of file WikihowWebsiteWrapper.java.
| String instruction.wrapper.WikihowWebsiteWrapper.getHowtoTitle | ( | ) | [inline] |
Returns the title of the Howto loaded, e.g. "set a table"
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 21 of file WikihowWebsiteWrapper.java.
| List<String> instruction.wrapper.WikihowWebsiteWrapper.getInstructions | ( | ) | [inline] |
Returns the list of instructions given by the Howto
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 25 of file WikihowWebsiteWrapper.java.
| String instruction.wrapper.WikihowWebsiteWrapper.getUrl | ( | ) | [inline] |
Returns the location of the currently loaded Howto
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 40 of file WikihowWebsiteWrapper.java.
| void instruction.wrapper.WikihowWebsiteWrapper.load | ( | String | url | ) | [inline] |
Loads the content of the page given by url
| url |
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 30 of file WikihowWebsiteWrapper.java.
| ArrayList<String> instruction.wrapper.WikihowWebsiteWrapper.read | ( | String | url | ) | [inline] |
Definition at line 81 of file WikihowWebsiteWrapper.java.
| String [] instruction.wrapper.WikihowWebsiteWrapper.search_wikihow | ( | String | query | ) | [inline] |
Definition at line 46 of file WikihowWebsiteWrapper.java.
List<String> instruction.wrapper.WikihowWebsiteWrapper.instructions = new ArrayList<String>() [package] |
Definition at line 18 of file WikihowWebsiteWrapper.java.
String instruction.wrapper.WikihowWebsiteWrapper.title = "" [package] |
Definition at line 17 of file WikihowWebsiteWrapper.java.
String instruction.wrapper.WikihowWebsiteWrapper.url = null [package] |
Definition at line 19 of file WikihowWebsiteWrapper.java.