See: Description
| Interface | Description |
|---|---|
| EquivalenceComparator<E,C> |
This interface distinguishes between Equivalence sets.
|
| EquivalenceComparatorChain<E,C> |
A container of comparators, which are tested in a chain until the first
result can be supplied.
|
| Class | Description |
|---|---|
| EquivalenceComparatorChainBase<E,C> |
This class implements comparator chaining.
Usage examples: graph-theory, node equivalence: You can create a comparator for the inDegree of a node, another for the total weight of outDegree edges, and a third which checks the business content of the node. |
| EquivalenceSet<E,C> |
EquivalenceSet is a Set of elements which have been determined to be
equivalent using EquivalenceComparator.
|
| EquivalenceSetCreator<E,C> |
FIXME Document me.
|
| UniformEquivalenceComparator<E,C> |
This Equivalence comparator acts as if all elements are in one big global
equivalence class.
|
Copyright © 2015. All Rights Reserved.