Static Public Member Functions | |
| static IRelation * | getRelation (const char *name) |
| static const char * | getRelationName (const IRelation &relation) |
Friends | |
| class | IRelation |
| IRelation * YGP::RelationManager::getRelation | ( | const char * | name | ) | [static] |
Retuns the relation with the passed name.
| name | Name of relation to find |
| const char * YGP::RelationManager::getRelationName | ( | const IRelation & | relation | ) | [static] |
Retuns the name of the passed relation.
| relation | Relation to get the name for |