|
Stud.IP
2.4 Revision 48548
|
Data Structures | |
| class | EvaluationObject |
Namespaces | |
| namespace | evaluation |
Variables | |
| const | INSTANCEOF_EVALOBJECT = "EvaluationObject" |
| const | EVAL_LOAD_NO_CHILDREN = 0 |
| const | EVAL_LOAD_FIRST_CHILDREN = 1 |
| const | EVAL_LOAD_ALL_CHILDREN = 2 |
| const | EVAL_LOAD_ONLY_EVALGROUP = 3 |
| const EVAL_LOAD_ALL_CHILDREN = 2 |
EVAL_LOAD_ALL_CHILDREN Load all children from DB public
| const EVAL_LOAD_FIRST_CHILDREN = 1 |
EVAL_LOAD_FIRST_CHILDREN Load just the direct children from DB public
| const EVAL_LOAD_NO_CHILDREN = 0 |
EVAL_LOAD_NO_CHILDREN Load no children from DB public
| const EVAL_LOAD_ONLY_EVALGROUP = 3 |
EVAL_LOAD_ONLY_EVALGROUP Load just the groups for performance reasons public
| const INSTANCEOF_EVALOBJECT = "EvaluationObject" |
INSTANCEOF_EVALOBJECT Is instance of an abstrakt evaluation object public