
Public Member Functions | |
| ObjectX | resolvePronouns (Instruction inst, ObjectX object) |
| void | run (List< Instruction > instructions) |
Definition at line 8 of file PronounResolverPostProcessor.java.
| ObjectX instruction.postprocessor.PronounResolverPostProcessor.resolvePronouns | ( | Instruction | inst, |
| ObjectX | object | ||
| ) | [inline] |
Resolution is ony possible, if the word name consists only of 1 Word which is a pronoun. lastObjectTalkedAbout must be non-null.
Definition at line 18 of file PronounResolverPostProcessor.java.
| void instruction.postprocessor.PronounResolverPostProcessor.run | ( | List< Instruction > | instructions | ) | [inline] |
Method is invoked when the PostProcessor is launched.
| instructions | Complete List of Instructions |
Implements instruction.postprocessor.PostProcessor.
Definition at line 10 of file PronounResolverPostProcessor.java.