- class graphicle.base.EventInterface(Protocol)[source]
Defines the interface for a generic event object expected by graphicle’s routines. Attributes are stored as numpy arrays, with each element corresponding to a particle in an event. Attributes with ‘fields’ are numpy structured arrays.
New in version 0.1.7.
- status[source]¶
Status codes annotating particles describing their generation.
- Type:¶
ndarray[int16]
- edges[source]¶
Ancestry of particles in event, encoded as a COO list of integers, describing a graph structure.
- Type:¶
ndarray[int32], fields (“src”, “dst”)
Public members¶
- __subclasshook__()[source]
Abstract classes can override this to customize issubclass().
- EventInterface(*args, **kwargs)[source]
Initialize self. See help(type(self)) for accurate signature.
- classmethod __init_subclass__(*args, **kwargs)[source]
This method is called when a class is subclassed.
- EventInterface[params][source]
Last update:
Jun 27, 2025