#include <relation_type.h>
Public Member Functions | |
| std::string | Lookup (const RelationType a_type) |
| Lookup a textual representation of a semantic relation type. | |
| RelationType | Lookup (const std::string &a_name) |
| Lookup a numeric representation of a textual semantic relation. | |
Definition at line 93 of file relation_type.h.
|
|
Lookup a numeric representation of a textual semantic relation.
Definition at line 108 of file relation_type.h. References g_RelationTypeNames, RelationMapping::m_text, RelationMapping::m_type, MAX_RELATIONS, RELATION_NONE, and RelationType. |
|
|
Lookup a textual representation of a semantic relation type.
Definition at line 97 of file relation_type.h. References g_RelationTypeNames, RelationMapping::m_text, and MAX_RELATIONS. Referenced by CPredicateDecoder::DecodePredicateText(). |
1.3.3