| Edge | PyEdge is a Python class that represents an edge in the graph. |
| Edges | A list of edges that can be iterated over. |
| EventTime | Raphtory’s EventTime. |
| Graph | A temporal graph with event semantics. |
| GraphView | Graph view is a read-only version of a graph at a certain point in time. |
| History | History of updates for an object. Provides access to time entries and derived views such as timestamps, datetimes, event ids, and intervals. |
| HistoryDateTime | History view that exposes UTC datetimes. |
| HistoryEventId | History view that exposes event ids of time entries. They are used for ordering within the same timestamp. |
| HistoryTimestamp | History view that exposes timestamps in milliseconds since the Unix epoch. |
| IndexSpec | |
| IndexSpecBuilder | |
| Intervals | View over the intervals between consecutive timestamps, expressed in milliseconds. |
| Metadata | A view of metadata of an entity |
| MetadataView | |
| MutableEdge | |
| MutableNode | |
| NestedEdges | |
| Node | A node (or node) in the graph. |
| Nodes | A list of nodes that can be iterated over. |
| OptionalEventTime | Raphtory’s optional EventTime type. Instances of OptionalEventTime may contain an EventTime, or be empty. |
| PathFromGraph | |
| PathFromNode | |
| PersistentGraph | A temporal graph that allows edges and nodes to be deleted. |
| Prop | |
| PropType | PropType provides access to the types used by Raphtory. They can be used to specify the data type of different properties, |
| Properties | A view of the properties of an entity |
| PropertiesView | |
| PyPropValueList | |
| TemporalProperties | A view of the temporal properties of an entity |
| TemporalProperty | A view of a temporal property |
| WindowSet | |