de.fesenmeyer.dbnormalizer.core.configuration
Class FDConfig

java.lang.Object
  extended by de.fesenmeyer.dbnormalizer.core.configuration.FDConfig

public class FDConfig
extends Object

Configuration class which represents a functional dependency (FD).

Author:
DF

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

lhs

private AttributeSetConfig lhs
The LHS of the FD.


rhs

private AttributeSetConfig rhs
The RHS of the FD.

Constructor Detail

FDConfig

public FDConfig()
Method Detail

getLhs

public AttributeSetConfig getLhs()
Gets the LHS of the FD.

Returns:
the LHS of the FD

setLhs

public void setLhs(AttributeSetConfig lhs)
Sets the LHS of the FD.

Parameters:
lhs - the LHS of the FD

getRhs

public AttributeSetConfig getRhs()
Gets the RHS of the FD.

Returns:
the RHS of the FD

setRhs

public void setRhs(AttributeSetConfig rhs)
Sets the RHS of the FD.

Parameters:
rhs - the RHS of the FD