|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeSet | |
---|---|
functionalDependency.general | |
functionalDependency.parser |
Uses of AttributeSet in functionalDependency.general |
---|
Methods in functionalDependency.general that return AttributeSet | |
---|---|
AttributeSet |
AttributeSet.clone()
|
AttributeSet |
SetOfFDs.coverForAttrSet(AttributeSet x)
Huellenberechnung der Attributemenge x bzgl. |
AttributeSet |
SetOfFDs.getAttributes()
|
AttributeSet |
RelationSchema.getAttributes()
|
AttributeSet |
RelationalDatabaseSchema.getAttributes()
|
AttributeSet |
FunctionalDependency.getAttributes()
Berechnet die Menge von Attributen, die im aktuellen Objekt (FD) vorkommen. |
AttributeSet |
FunctionalDependency.getDominated()
|
AttributeSet |
FunctionalDependency.getDominator()
|
AttributeSet |
RelationSchema.getNonPrimeAttributeSet()
Berechnet die Nichtschluesselattribute des gegebenen Relationsschema. |
AttributeSet |
RelationSchema.getPrimeAttributeSet()
Berechnet die Schluesselattribute des gegebenen Relationsschema. |
AttributeSet |
AttributeSet.intersection(AttributeSet a)
|
static AttributeSet |
AttributeSet.parseSchemaFromLine(java.lang.String line)
|
AttributeSet |
AttributeSet.substract(AttributeSet a)
substracts a from this |
AttributeSet |
AttributeSet.substract(char c)
substracts c from this |
AttributeSet |
AttributeSet.union(AttributeSet a)
|
Methods in functionalDependency.general with parameters of type AttributeSet | |
---|---|
int |
AttributeSet.compareTo(AttributeSet a)
|
boolean |
SetOfAttributeSets.containsProperSubSetFor(AttributeSet a)
Wie SetOfAttributeSets.containsSubSetFor(AttributeSet) mit Test auf echter Teilmenge |
boolean |
SetOfAttributeSets.containsProperSuperSetOf(AttributeSet a)
Wie SetOfAttributeSets.containsSubSetFor(AttributeSet) mit Test auf echter Obermenge |
boolean |
SetOfAttributeSets.containsSubSetFor(AttributeSet a)
Prueft, ob ein Element der Menge von Attributenmengen (= AttributeSet ) eine Teilmenge von a ist. |
boolean |
SetOfAttributeSets.containsSuperSetOf(AttributeSet a)
Wie SetOfAttributeSets.containsSubSetFor(AttributeSet) mit Test auf Obermenge |
AttributeSet |
SetOfFDs.coverForAttrSet(AttributeSet x)
Huellenberechnung der Attributemenge x bzgl. |
boolean |
AttributeSet.equals(AttributeSet a)
|
SetOfAttributeSets |
SetOfFDs.genKeys(AttributeSet attributes)
Generiert alle Schluesselkandidaten. |
boolean |
AttributeSet.includes(AttributeSet a)
true if a is part of this |
AttributeSet |
AttributeSet.intersection(AttributeSet a)
|
AttributeSet |
AttributeSet.substract(AttributeSet a)
substracts a from this |
AttributeSet |
AttributeSet.union(AttributeSet a)
|
Constructors in functionalDependency.general with parameters of type AttributeSet | |
---|---|
FunctionalDependency(AttributeSet dominatorSet,
AttributeSet dominatedSet)
|
|
FunctionalDependency(AttributeSet dominatorSet,
char dominatedChar)
|
|
RelationalDatabaseSchema(AttributeSet attr,
SetOfFDs fd)
|
|
RelationSchema(java.lang.String nm,
AttributeSet attr,
SetOfFDs fds)
|
Uses of AttributeSet in functionalDependency.parser |
---|
Methods in functionalDependency.parser that return AttributeSet | |
---|---|
AttributeSet |
Parser.parseAttrDef()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |