$search
Public Member Functions | |
Disambiguator | getDisambiguator () |
InstructionFactory (Parser p) | |
InstructionFactory () | |
void | makeHowTo (String path) throws URISyntaxException |
List< Instruction > | makeInstructions (SyntaxTree tree) throws Exception |
Package Attributes | |
Disambiguator | disambiguator = new Disambiguator() |
Parser | parser = null |
Private Member Functions | |
Word | mapSyntaxTreeNodeToWord (SyntaxTree tree) |
List< SemanticObject > | transformTree (SyntaxTree tree) throws Exception |
Definition at line 21 of file InstructionFactory.java.
instruction::factory::InstructionFactory::InstructionFactory | ( | ) | [inline] |
Definition at line 26 of file InstructionFactory.java.
instruction::factory::InstructionFactory::InstructionFactory | ( | Parser | p | ) | [inline] |
Initializes the Parser and generates Tree Patterns
p |
Definition at line 40 of file InstructionFactory.java.
Disambiguator instruction::factory::InstructionFactory::getDisambiguator | ( | ) | [inline] |
Definition at line 30 of file InstructionFactory.java.
void instruction::factory::InstructionFactory::makeHowTo | ( | String | path | ) | throws URISyntaxException [inline] |
Definition at line 45 of file InstructionFactory.java.
List<Instruction> instruction::factory::InstructionFactory::makeInstructions | ( | SyntaxTree | tree | ) | throws Exception [inline] |
Definition at line 129 of file InstructionFactory.java.
Word instruction::factory::InstructionFactory::mapSyntaxTreeNodeToWord | ( | SyntaxTree | tree | ) | [inline, private] |
Definition at line 164 of file InstructionFactory.java.
List<SemanticObject> instruction::factory::InstructionFactory::transformTree | ( | SyntaxTree | tree | ) | throws Exception [inline, private] |
Definition at line 141 of file InstructionFactory.java.
Disambiguator instruction::factory::InstructionFactory::disambiguator = new Disambiguator() [package] |
Definition at line 24 of file InstructionFactory.java.
Parser instruction::factory::InstructionFactory::parser = null [package] |
Definition at line 23 of file InstructionFactory.java.