ManualLinkCollection¶
- class glue.core.link_helpers.ManualLinkCollection(data1=None, data2=None, links=None)[source]¶
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
Methods Summary
append
(link)extend
(links)Attributes Documentation
- description = 'This is a list of links that has been manually constructed'¶
- display = 'Custom list of links'¶
Methods Documentation