jwst.associations Package¶
Association Generator
The Association Generator takes a list of items, an Association Pool, and creates sub-lists of those items depending on each item’s attributes. How the sub-lists are created is defined by Association Rules.
For more, see the documentation overview.
Functions¶
|
Generate associations in the pool according to the rules. |
|
Return the full path to the module library. |
|
Load an Association from a file or object |
Classes¶
|
Association Base Class |
Basic errors related to Associations |
|
No matching constraint found |
|
Given data structure is not a valid association |
|
|
Association Pool |
|
The available associations |
|
Generate Associations from an Association Pool |
|
Items to be processed |
|
A Process list |
Make a deque iterable and mutable |
|
|
Sort ProcessItem based on work_over |
Mark rules, callbacks, and modules for inclusion into a registry |