This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Definition in file relation_type.h.
|
|
Semantic relation between two concepts.
Definition at line 25 of file relation_type.h. Referenced by CPredicateDecoder::DecodePredicateText(), CSemanticLink::GetType(), CSemanticLink::Load(), CRelationTypeLookup::Lookup(), COMCSNet::p_AnalogousProcessLink(), and CSemanticLink::Save(). |
|
|
Enumerated list of semantic relation types.
Definition at line 31 of file relation_type.h. |
|
|
Initial value:
{
{"CapableOf", RELATION_CAPABLE_OF},
{"CapableOfState", RELATION_CAPABLE_OF_STATE},
{"DesiresEvent", RELATION_DESIRES_EVENT},
{"DesiresNotEvent", RELATION_DESIRES_NOT_EVENT},
{"Do", RELATION_DO},
{"EffectOf", RELATION_EFFECT_OF},
{"EffectOfIsState", RELATION_EFFECT_OF_IS_STATE},
{"EventForGoalEvent", RELATION_EVENT_FOR_GOAL_EVENT},
{"EventForGoalState", RELATION_EVENT_FOR_GOAL_STATE},
{"EventRequiresObject", RELATION_EVENT_REQUIRES_OBJECT},
{"FirstSubeventOf", RELATION_FIRST_SUB_EVENT_OF},
{"IsA", RELATION_IS_A},
{"LastSubeventOf", RELATION_LAST_SUB_EVENT_OF},
{"LocationOf", RELATION_LOCATION_OF},
{"MadeOf", RELATION_MADE_OF},
{"OftenNear", RELATION_OFTEN_NEAR},
{"PartOf", RELATION_PART_OF},
{"PostEventOf", RELATION_POST_EVENT_OF},
{"PropertyOf", RELATION_PROPERTY_OF},
{"SubeventOf", RELATION_SUB_EVENT_OF},
{"UsedFor", RELATION_USED_FOR}
}
Definition at line 66 of file relation_type.h. Referenced by CRelationTypeLookup::Lookup(). |
|
|
Reserved relation type that indicates no relation has been set.
Definition at line 28 of file relation_type.h. Referenced by CRelationTypeLookup::Lookup(). |
1.3.3