public class TransitiveRelation<T>
extends java.lang.Object
| Constructor and Description |
|---|
TransitiveRelation() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<java.util.Set<T>> |
getSetsOfRelatives()
Return an Iterator over Sets of related Objects.
|
void |
theseAreRelated(T o1,
T o2) |