ABC Reference

NodeSet

NodeSet Object API Specification.

LinkSet

LinkSet Object API Specification.

TimeSet

TimeSet Object API Specification.

TemporalNodeSet

TemporalNodeSet Object API Specification.

TemporalLinkSet

TemporalLinkSet Object API Specification.

ITimeSet

Instantaneous TimeSet Object API Specification.

ITemporalNodeSet

ITemporalNodeSet Object API Specification.

ITemporalLinkSet

Instantaneous Temporal LinkSet Object API Specification.

Base Classes

Graph([nodeset, linkset, weighted])

Graph abstract-object implementation.

StreamGraph([nodeset, timeset, …])

A StreamGraph \(S=(T, V, W, E)\) is a collection of four elements:

ABC Implementations

NodeSet

NodeSetS([nodes])

Set implementation of the ABC.NodeSet

LinkSet

LinkSetDF([df, no_duplicates, sort_by, …])

DataFrame implementation of the ABC.LinkSet

TimeSet

TimeSetDF([df, disjoint_intervals, …])

A DataFrame implementation of a TimeSet.

TemporalNodeSet

TemporalNodeSetDF([df, disjoint_intervals, …])

DataFrame implementation of ABC.TemporalNodeSet

TemporalNodeSetB([nodeset, timeset, discrete])

Implementation of ABC.TemporalNodeSet using class combination.

TemporalLinkSet

TemporalLinkSetDF([df, disjoint_intervals, …])

DataFrame implementation of ABC.TemporalLinkSet

ITimeSet

ITimeSetS([times, discrete])

Set implementation of the ABC.ITimeSet

ITemporalNodeSet

ITemporalNodeSetDF([df, no_duplicates, …])

DataFrame implementation of ABC.ITemporalNodeSet

ITemporalLinkSet

ITemporalLinkSetDF([df, no_duplicates, …])

DataFrame implementation of ABC.ITemporalLinkSet.

Temporal-DataFrames

CIntervalDF(*args, **kargs)

Attributes

DIntervalDF(*args, **kargs)

Attributes

CIntervalWDF(*args, **kargs)

Attributes

DIntervalWDF(*args, **kargs)

Attributes

InstantaneousDF(*args, **kargs)

Attributes

InstantaneousWDF(*args, **kargs)

Attributes

Visualizer

Visualizer([x_axis_label, y_axis_label, …])

Visualizer object for stream_graph objects.

Exceptions

UnrecognizedNodeSet(variable_name[, …])

Exception raised when a variable is not an instance of ABC.NodeSet.

UnrecognizedLinkSet(variable_name[, …])

Exception raised when a variable is not an instance of ABC.LinkSet.

UnrecognizedTimeSet(variable_name[, …])

Exception raised when a variable is not an instance of ABC.TimeSet.

UnrecognizedTemporalNodeSet(variable_name[, …])

Exception raised when a variable is not an instance of ABC.TemporalNodeSet.

UnrecognizedTemporalLinkSet(variable_name[, …])

Exception raised when a variable is not an instance of ABC.TemporalLinkSet.

UnrecognizedStreamGraph(variable_name[, …])

Exception raised when a variable is not an instance of ABC.TemporalStreamGraph.

UnrecognizedDirection()

Exception when we do not have a valid Direction.