Package hydra.core

Class Projection

java.lang.Object
hydra.core.Projection
All Implemented Interfaces:
Serializable, Comparable<Projection>

public class Projection extends Object implements Serializable, Comparable<Projection>
A record elimination; a projection
See Also:
  • Field Details

    • TYPE_

      public static final Name TYPE_
    • TYPE_NAME

      public static final Name TYPE_NAME
    • FIELD

      public static final Name FIELD
    • typeName

      public final Name typeName
      The name of the record type
    • field

      public final Name field
      The name of the projected field
  • Constructor Details

    • Projection

      public Projection(Name typeName, Name field)
  • Method Details