Sets

Categories

Component ID

228309

Component name

Sets

Component type

module

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Finite set theory brought to Drupal.

Modules can define their own types of things to go in sets, then this module will allow you to create arbitrary sets of those things, and do unions, intersections and differences.

You can also create sets based on finite unions, intersections and differences of other sets.

Magic.

Progress

The module is still very experimental, but planned features include:

  • Easy to use interface for basic set operations - DONE
  • Provision of easy to use database storage for sets
  • Functions to allow sets to be created from other sets
  • Hooks to allow modules to define sets automatically