|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fesenmeyer.dbnormalizer.core.configuration.FDConfig
public class FDConfig
Configuration class which represents a functional dependency (FD).
Field Summary | |
---|---|
private AttributeSetConfig |
lhs
The LHS of the FD. |
private AttributeSetConfig |
rhs
The RHS of the FD. |
Constructor Summary | |
---|---|
FDConfig()
|
Method Summary | |
---|---|
AttributeSetConfig |
getLhs()
Gets the LHS of the FD. |
AttributeSetConfig |
getRhs()
Gets the RHS of the FD. |
void |
setLhs(AttributeSetConfig lhs)
Sets the LHS of the FD. |
void |
setRhs(AttributeSetConfig rhs)
Sets the RHS of the FD. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private AttributeSetConfig lhs
private AttributeSetConfig rhs
Constructor Detail |
---|
public FDConfig()
Method Detail |
---|
public AttributeSetConfig getLhs()
public void setLhs(AttributeSetConfig lhs)
lhs
- the LHS of the FDpublic AttributeSetConfig getRhs()
public void setRhs(AttributeSetConfig rhs)
rhs
- the RHS of the FD
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |