LinkCollection

Bases: object

A collection of links between two datasets.

Parameters
data1~glue.core.data.Data

The first dataset being linked

data2~glue.core.data.Data

The second dataset being linked

cids1list of ~glue.core.component_id.ComponentID

The set of ~glue.core.component_id.ComponentID in data1 which can be used to parameterize the links. Note that the links can also use other IDs, but the ones defined here are the ones that can be modified through e.g. the graphical link editor.

cids2list of ~glue.core.component_id.ComponentID

The set of ~glue.core.component_id.ComponentID in data2. This is defined as for cids1.

Attributes Summary

description

display

labels1

labels2

Attributes Documentation