$search
Definition at line 8 of file Instruction.java.
instruction::semanticObjects::Instruction::Instruction | ( | ) | [inline] |
Definition at line 31 of file Instruction.java.
void instruction::semanticObjects::Instruction::addObject | ( | ObjectX | object | ) | [inline] |
Definition at line 46 of file Instruction.java.
void instruction::semanticObjects::Instruction::addPreposition | ( | Preposition | prep | ) | [inline] |
Definition at line 66 of file Instruction.java.
boolean instruction::semanticObjects::Instruction::equals | ( | Object | i | ) | [inline] |
Reimplemented in instruction::semanticObjects::Sentence.
Definition at line 131 of file Instruction.java.
Action instruction::semanticObjects::Instruction::getAction | ( | ) | [inline] |
Definition at line 70 of file Instruction.java.
String instruction::semanticObjects::Instruction::getNLSentence | ( | ) | [inline] |
Definition at line 150 of file Instruction.java.
List<ObjectX> instruction::semanticObjects::Instruction::getObjects | ( | void | ) | [inline] |
Definition at line 74 of file Instruction.java.
List<Postcondition> instruction::semanticObjects::Instruction::getPostconditions | ( | ) | [inline] |
Definition at line 82 of file Instruction.java.
List<Precondition> instruction::semanticObjects::Instruction::getPreconditions | ( | ) | [inline] |
Definition at line 86 of file Instruction.java.
List<Preposition> instruction::semanticObjects::Instruction::getPrepositions | ( | ) | [inline] |
Definition at line 78 of file Instruction.java.
Quantifier instruction::semanticObjects::Instruction::getTimeConstraint | ( | ) | [inline] |
Definition at line 38 of file Instruction.java.
boolean instruction::semanticObjects::Instruction::isGlobalOptional | ( | ) | [inline] |
Definition at line 159 of file Instruction.java.
boolean instruction::semanticObjects::Instruction::isOptional | ( | ) | [inline] |
Definition at line 154 of file Instruction.java.
void instruction::semanticObjects::Instruction::setAction | ( | Action | action | ) | [inline] |
Definition at line 42 of file Instruction.java.
void instruction::semanticObjects::Instruction::setNLSentence | ( | String | sentence | ) | [inline] |
Definition at line 146 of file Instruction.java.
void instruction::semanticObjects::Instruction::setObjects | ( | List< ObjectX > | os | ) | [inline] |
Definition at line 50 of file Instruction.java.
void instruction::semanticObjects::Instruction::setOptional | ( | int | optional | ) | [inline] |
Definition at line 163 of file Instruction.java.
void instruction::semanticObjects::Instruction::setPostconditions | ( | List< Postcondition > | pc | ) | [inline] |
Definition at line 62 of file Instruction.java.
void instruction::semanticObjects::Instruction::setPreconditions | ( | List< Precondition > | pc | ) | [inline] |
Definition at line 58 of file Instruction.java.
void instruction::semanticObjects::Instruction::setPrepositions | ( | List< Preposition > | pp | ) | [inline] |
Definition at line 54 of file Instruction.java.
void instruction::semanticObjects::Instruction::setTimeConstraint | ( | Quantifier | q | ) | [inline] |
Definition at line 34 of file Instruction.java.
String instruction::semanticObjects::Instruction::toString | ( | ) | [inline] |
Reimplemented in instruction::semanticObjects::Sentence.
Definition at line 90 of file Instruction.java.
Action instruction::semanticObjects::Instruction::action = new Action() [package] |
Definition at line 14 of file Instruction.java.
String instruction::semanticObjects::Instruction::nlSentence = "" [package] |
Definition at line 16 of file Instruction.java.
List<ObjectX> instruction::semanticObjects::Instruction::objects = new ArrayList<ObjectX>() [package] |
Definition at line 18 of file Instruction.java.
int instruction::semanticObjects::Instruction::optional = OPTIONAL_FALSE [package] |
Definition at line 28 of file Instruction.java.
final int instruction::semanticObjects::Instruction::OPTIONAL_FALSE = 0 [static] |
Definition at line 10 of file Instruction.java.
final int instruction::semanticObjects::Instruction::OPTIONAL_GLOBAL = 2 [static] |
Definition at line 12 of file Instruction.java.
final int instruction::semanticObjects::Instruction::OPTIONAL_LOCAL = 1 [static] |
Definition at line 11 of file Instruction.java.
List<Postcondition> instruction::semanticObjects::Instruction::postconditions = new ArrayList<Postcondition>() [package] |
Definition at line 22 of file Instruction.java.
List<Precondition> instruction::semanticObjects::Instruction::preconditions = new ArrayList<Precondition>() [package] |
Definition at line 20 of file Instruction.java.
List<Preposition> instruction::semanticObjects::Instruction::prepositions = new ArrayList<Preposition>() [package] |
Definition at line 24 of file Instruction.java.
Quantifier instruction::semanticObjects::Instruction::timeConstraint = null [package] |
Definition at line 26 of file Instruction.java.