$search
Definition at line 24 of file PlanImporter.java.
void instruction::importer::PlanImporter::addProgressListener | ( | InstructionProgressListener | listener | ) | [inline] |
Adds an implementation of the InstructionProgressListener
interface to the set of listeners that will be notified about the transformation progress
listener |
Definition at line 107 of file PlanImporter.java.
void instruction::importer::PlanImporter::convert2CycAssertions | ( | ) | throws CycApiException, UnknownHostException, IOException, InstructionException [inline] |
Definition at line 311 of file PlanImporter.java.
void instruction::importer::PlanImporter::generateRPLPlan | ( | ) | throws InstructionException [inline] |
Definition at line 327 of file PlanImporter.java.
List<String> instruction::importer::PlanImporter::getAssertions | ( | ) | [inline] |
Definition at line 357 of file PlanImporter.java.
Disambiguator instruction::importer::PlanImporter::getDisambiguator | ( | ) | [inline] |
List<Instruction> instruction::importer::PlanImporter::getInstructions | ( | ) | [inline] |
Definition at line 342 of file PlanImporter.java.
SyntaxTree instruction::importer::PlanImporter::getParsedTitle | ( | ) | [inline] |
Definition at line 347 of file PlanImporter.java.
String instruction::importer::PlanImporter::getRPLPlan | ( | ) | [inline] |
Definition at line 365 of file PlanImporter.java.
List<SyntaxTree> instruction::importer::PlanImporter::getSyntaxTrees | ( | ) | [inline] |
Definition at line 337 of file PlanImporter.java.
Instruction instruction::importer::PlanImporter::getTitle | ( | ) | [inline] |
Definition at line 352 of file PlanImporter.java.
IHowtoWebsiteWrapper instruction::importer::PlanImporter::getWrapper | ( | ) | [inline] |
Definition at line 370 of file PlanImporter.java.
void instruction::importer::PlanImporter::importHowto | ( | IHowtoWebsiteWrapper | wrapper | ) | [inline] |
Imports the Howto given by the IHowtoWebsiteWrapper
wrapper
wrapper |
Definition at line 152 of file PlanImporter.java.
void instruction::importer::PlanImporter::initialize | ( | ) | throws Exception [inline] |
Initiailizes the plan importer
UnknownHostException | ||
CycApiException | ||
IOException |
Definition at line 54 of file PlanImporter.java.
void instruction::importer::PlanImporter::notifyProgressListeners | ( | int | percent, | |
String | msg | |||
) | [inline, private] |
Sends a notification event to all registered progress listeners
percent | ||
msg |
Definition at line 130 of file PlanImporter.java.
void instruction::importer::PlanImporter::parseInstructions | ( | ) | throws InstructionException [inline] |
Definition at line 238 of file PlanImporter.java.
void instruction::importer::PlanImporter::recognizeAndDisambiguateInstructions | ( | ) | throws Exception [inline] |
Definition at line 269 of file PlanImporter.java.
void instruction::importer::PlanImporter::removeProgressListener | ( | InstructionProgressListener | listener | ) | [inline] |
Removes the listener listener
from the set of progress listeners
listener |
Definition at line 119 of file PlanImporter.java.
void instruction::importer::PlanImporter::setAddMappingListener | ( | AddCycMappingListener | listener | ) | [inline] |
Definition at line 375 of file PlanImporter.java.
void instruction::importer::PlanImporter::setWrapper | ( | IHowtoWebsiteWrapper | wrp | ) | [inline] |
Definition at line 95 of file PlanImporter.java.
Instruction2CycLConverter instruction::importer::PlanImporter::converter = null [package] |
Definition at line 32 of file PlanImporter.java.
Disambiguator instruction::importer::PlanImporter::disambiguator = null [package] |
Definition at line 28 of file PlanImporter.java.
PlanExporter instruction::importer::PlanImporter::exporter = null [package] |
Definition at line 31 of file PlanImporter.java.
InstructionFactory instruction::importer::PlanImporter::factory = null [package] |
Definition at line 29 of file PlanImporter.java.
List<Instruction> instruction::importer::PlanImporter::instructionList = null [private] |
Definition at line 36 of file PlanImporter.java.
Instruction instruction::importer::PlanImporter::instTitle = null [private] |
Definition at line 37 of file PlanImporter.java.
List<String> instruction::importer::PlanImporter::nlInst = null [private] |
Definition at line 42 of file PlanImporter.java.
SyntaxTree instruction::importer::PlanImporter::parsedTitle = null [private] |
Definition at line 38 of file PlanImporter.java.
Parser instruction::importer::PlanImporter::parser = null [package] |
Definition at line 27 of file PlanImporter.java.
String instruction::importer::PlanImporter::planName = null [private] |
Definition at line 41 of file PlanImporter.java.
InstructionPostProcessor instruction::importer::PlanImporter::postProc = null [package] |
Definition at line 30 of file PlanImporter.java.
List<InstructionProgressListener> instruction::importer::PlanImporter::progressListeners = new ArrayList<InstructionProgressListener>() [private] |
Definition at line 45 of file PlanImporter.java.
String instruction::importer::PlanImporter::rplPlan = null [private] |
Definition at line 40 of file PlanImporter.java.
List<SyntaxTree> instruction::importer::PlanImporter::trees = null [private] |
Definition at line 35 of file PlanImporter.java.
IHowtoWebsiteWrapper instruction::importer::PlanImporter::wrapper = null [private] |
Definition at line 39 of file PlanImporter.java.