$search

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.
| String instruction::wrapper::IHowtoWebsiteWrapper::getHowtoTitle | ( | ) |
Returns the title of the Howto loaded, e.g. "set a table"
Implemented in instruction::wrapper::LocalFileWrapper, instruction::wrapper::LocalParseTree, and instruction::wrapper::WikihowWebsiteWrapper.
| List<String> instruction::wrapper::IHowtoWebsiteWrapper::getInstructions | ( | ) |
Returns the list of instructions given by the Howto
Implemented in instruction::wrapper::LocalFileWrapper, instruction::wrapper::LocalParseTree, and instruction::wrapper::WikihowWebsiteWrapper.
| String instruction::wrapper::IHowtoWebsiteWrapper::getUrl | ( | ) |
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::LocalFileWrapper, instruction::wrapper::LocalParseTree, and instruction::wrapper::WikihowWebsiteWrapper.