Public Member Functions | |
String | getHowtoTitle () |
List< String > | getInstructions () |
String | getUrl () |
void | load (String url) |
Interface for Wrapper classes to extract Howtos from a distinct website
Definition at line 11 of file IHowtoWebsiteWrapper.java.
Returns the title of the Howto loaded, e.g. "set a table"
Implemented in instruction.wrapper.WikihowWebsiteWrapper, instruction.wrapper.LocalFileWrapper, and instruction.wrapper.LocalParseTree.
List<String> instruction.wrapper.IHowtoWebsiteWrapper.getInstructions | ( | ) |
Returns the list of instructions given by the Howto
Implemented in instruction.wrapper.WikihowWebsiteWrapper, instruction.wrapper.LocalFileWrapper, and instruction.wrapper.LocalParseTree.
Returns the location of the currently loaded Howto
Implemented in instruction.wrapper.LocalFileWrapper, instruction.wrapper.LocalParseTree, and instruction.wrapper.WikihowWebsiteWrapper.
void instruction.wrapper.IHowtoWebsiteWrapper.load | ( | String | url | ) |
Loads the content of the page given by url
url |
Implemented in instruction.wrapper.WikihowWebsiteWrapper, instruction.wrapper.LocalFileWrapper, and instruction.wrapper.LocalParseTree.