LinkCollection#
- class glue.core.link_helpers.LinkCollection(data1=None, data2=None, cids1=None, cids2=None)[source]#
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 forcids1
.
Attributes Summary
Attributes Documentation
- description = ''#
- display = 'Collection of links'#
- labels1 = []#
- labels2 = []#