Structs§
- Edge
- An edge in the network graph. Edges are directed, so the source person is implicit.
Traits§
Functions§
- add_
to_ edge_ type_ to_ registry - Adds a new edge type to the registry. The job of this method is to create whatever
“singleton” data/metadata is associated with the
EdgeTypeif it doesn’t already exist, which in this case is only the value ofEdgeType::id(). - get_
registered_ edge_ type_ count - Returns the number of registered edge types for the entity type
E. - initialize_
edge_ type_ id - Encapsulates the synchronization logic for initializing an
EdgeType<E>’s ID.