| Name | Description | |
|---|---|---|
![]() | EntitiesUIDs | Gets or sets the list of entities that may be used in paths (not all entities are guaranteed to be used). |
![]() | EntityTypes | Gets or sets a list parallel to EntitiesUIDs representing entity type indices. if EntityTypes[i] >= 0, EntitiesUIDs[i] has type IndexedEntityTypes[EntityTypes[i]] else the entity has been deleted after the find path operation. |
![]() | IndexedEntityTypes | Gets or sets the list of entity types, indexed by 'EntityTypes'. |
![]() | IndexedRelationshipTypes | Gets or sets the list of relationship types, indexed by 'RelationshipTypes'. |
![]() | PathsBuffer | Gets or sets the list of relationships groups indices used by paths. Values must be positive. |
![]() | PathsEndIndex | Gets or sets the list of paths relationships groups end indices (indexes into 'PathsBuffer'). Values must be positive. |
![]() | RelationshipsCosts | Gets or sets the list of relationships cost. |
![]() | RelationshipsFrom | Gets or sets the list of relationships origin entity index (indexes into 'EntitiesUIDs'). |
![]() | RelationshipsGroupsFrom | Gets or sets the list of relationships groups origin entity index (indexes into 'EntitiesUIDs'). Values must be positive. |
![]() | RelationshipsGroupsTo | Gets or sets the list of relationships groups destination entity index (indexes into 'EntitiesUIDs'). Values must be positive. |
![]() | RelationshipsGroupsUIDsBuffer | Gets or sets the list of relationships that may be used in paths (not all relationships are guaranteed to be used). The list may contain duplicate elements. |
![]() | RelationshipsGroupsUIDsEndIndex | Gets or sets the list of relationships groups relationship end indices (indexes into 'RelationshipsGroupsUIDsBuffer'). Values must be positive. |
![]() | RelationshipsTo | Gets or sets the list of relationships destination entity index (indexes into 'EntitiesUIDs'). |
![]() | RelationshipTypes | Gets or sets a list parallel to RelationshipsGroupsUIDsBuffer representing relationship type indices. if RelationshipTypes[i] >= 0, RelationshipsGroupsUIDsBuffer[i] has type IndexedRelationshipTypes[RelationshipTypes[i]] else the relationship has been deleted after the find path operation. |
