FD

scalation.database.FD
case class FD(x: Attrs, y: Attrs)

The FD case class is used to represent a Functional Dependency (x -> y).

Value parameters

x

the Left-Hand Side (LHS) attributes of the FD

y

the Right-Hand Side (RHS) attributes of the FD

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • Product

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product