| Class | Description |
|---|---|
| CartesianProductComputationProblem<T> | |
| ElementDecorator<E> | |
| LDSRelationComputer<T> |
This algorithms allows to compute an ordered Cartesian product.
|
| LDSRelationComputerFactory<T> | |
| ListDecorator<L extends java.util.List<E>,E,D extends ElementDecorator<E>> |
This class solves the following problem: Sometimes you want to use objects of a concrete List class L
to be used in a context where some extension of the List interface L' is used, which is not implemented by L.
|
| PartialOrderedSet<E> |
A
Set with a partial order added to it. |
| PartialOrderedSetUtil | |
| RelationComputationProblem<T> | |
| SetUtil |
Utility class for sets.
|
| SetUtil.Pair<X,Y> | |
| TupleFoundEvent<T> | |
| TupleOfCartesianProductFoundEvent<T> |