public class FunctionalDependencyHelper
extends java.lang.Object
Constructor and Description |
---|
FunctionalDependencyHelper() |
Modifier and Type | Method and Description |
---|---|
static <A> java.util.Set<A> |
closureOf(java.util.Collection<A> attributes,
java.util.Map<java.util.Set<A>,java.util.Set<A>> dependencies)
Get the closure of the specified attribute set relative to the specified functional dependencies.
|
public static <A> java.util.Set<A> closureOf(java.util.Collection<A> attributes, java.util.Map<java.util.Set<A>,java.util.Set<A>> dependencies)
attributes
- The attributes to get the closure of.dependencies
- The functional dependencies of which the closure operation is relative to.