Package | Description |
---|---|
com.raffaeleconforti.foreignkeydiscovery.functionaldependencies |
Modifier and Type | Method and Description |
---|---|
static ComparableSet<FunctionalDependency> |
TANEjava.minimalCover(ComparableSet<FunctionalDependency> FD_SET)
Computes the minimal cover for a set of functional dependencies.
|
Modifier and Type | Method and Description |
---|---|
int |
FunctionalDependency.compareTo(FunctionalDependency o) |
Modifier and Type | Method and Description |
---|---|
static ComparableSet<java.lang.String> |
TANEjava.closure(ComparableSet<FunctionalDependency> FD_SET,
ComparableSet<java.lang.String> ATTR_SET)
Computes the closure of an attribute set X under F where F is a set of
functional dependencies.
|
static ComparableSet<FunctionalDependency> |
TANEjava.minimalCover(ComparableSet<FunctionalDependency> FD_SET)
Computes the minimal cover for a set of functional dependencies.
|