项目作者: Krockema
项目描述 :
For testing Composite Data Structures, Algrorithms and Database implementations with inheritance.
高级语言: C#
项目地址: git://github.com/Krockema/Compositum.git
Test different ways to walk throug composite data structures
Compositum on Wikipedia)

Fig 1 Compositum Class.
- simple();
- Connected Objects, recursive yield Enumeration
- counter();
- linqy();
- Cartesian // Using Build in functions of Linq to build cartesian Product
- Further information
- complex();
- OR as well as AND Connected Composites
- Combining the Cartesian and the recursive walk through the composite

Fig 2 Experiment Tree Visualized.