ManualLinkCollection

Bases: object

A collection of links between two datasets.

This class is intended for manual link collections, i.e. collections where the caller manually adds and removes individual links. These links can be between any component IDs as long as they link component IDs between the two specified datasets.

Parameters
data1~glue.core.data.Data

The first dataset being linked

data2~glue.core.data.Data

The second dataset being linked

linkslist

The initial links to add to the collection.

Attributes Summary

description

display

Methods Summary

append(self, link)

extend(self, links)

Attributes Documentation

Methods Documentation