$search

Public Member Functions | |
| void | addActor (ObjectX actor) |
| boolean | equals (Object desc) |
| ArrayList< ObjectX > | getActors () |
| Sentence () | |
| void | setActors (ArrayList< ObjectX > actors) |
| String | toString () |
Private Attributes | |
| ArrayList< ObjectX > | actors = new ArrayList<ObjectX>() |
Definition at line 5 of file Sentence.java.
| instruction::semanticObjects::Sentence::Sentence | ( | ) | [inline] |
Definition at line 9 of file Sentence.java.
| void instruction::semanticObjects::Sentence::addActor | ( | ObjectX | actor | ) | [inline] |
Definition at line 17 of file Sentence.java.
| boolean instruction::semanticObjects::Sentence::equals | ( | Object | desc | ) | [inline] |
Reimplemented from instruction::semanticObjects::Instruction.
Definition at line 25 of file Sentence.java.
| ArrayList<ObjectX> instruction::semanticObjects::Sentence::getActors | ( | ) | [inline] |
Definition at line 13 of file Sentence.java.
| void instruction::semanticObjects::Sentence::setActors | ( | ArrayList< ObjectX > | actors | ) | [inline] |
Definition at line 21 of file Sentence.java.
| String instruction::semanticObjects::Sentence::toString | ( | ) | [inline] |
Reimplemented from instruction::semanticObjects::Instruction.
Definition at line 31 of file Sentence.java.
ArrayList<ObjectX> instruction::semanticObjects::Sentence::actors = new ArrayList<ObjectX>() [private] |
Definition at line 7 of file Sentence.java.