Class | Description |
---|---|
Bits |
This class provides basic methods for clearing, setting and testing bits on
an integer variable.
|
CandidateInfo |
The objects of this class contain the stipped partition and the possible Right-Hand-Side candidates (RHS-candidates)
for any attribute sets X.
|
ComparableSet<T extends java.lang.Comparable<? super T>> |
A ComparableSet extends the java.logextractor.TreeSet.
|
Data |
Data structure for moving data from parser to tane algorithm
Contains the data for one event type
|
EquivalenceClass |
This class represents an equivalence class and is only used to
obtain a stripped partition .
|
FunctionalDependency |
Objects of this class hold are functionale dependency.
|
NoEntityException |
Created by conforti on 2/12/14.
|
StrippedPartition |
Stripped partions are partions with equivalence classes of size one removed
This class builds such a partitions by using hashtables as propopsed in "TANE, AN EFFICIENT
ALGORITHM FOR DISCOVERING FUNCTIONAL DEPENDENCIES AND APPROXIMATE DEPENDENCIES
|
TANEjava |
The class TANEjava provides key features to extract functional dependencies of any table of a given
database.
|