Class Projection

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Projection>

    public class Projection
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<Projection>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.syntax.Projection type.
      • PART_PROJ

        public static final Name PART_PROJ
        Name of the com.gdblab.pathAlgebra.syntax.Projection.partProj field.
      • GROUP_PROJ

        public static final Name GROUP_PROJ
        Name of the com.gdblab.pathAlgebra.syntax.Projection.groupProj field.
      • PATH_PROJ

        public static final Name PATH_PROJ
        Name of the com.gdblab.pathAlgebra.syntax.Projection.pathProj field.
      • partProj

        public final PartProj partProj
      • groupProj

        public final GroupProj groupProj
      • pathProj

        public final PathProj pathProj
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(Projection other)
        Specified by:
        compareTo in interface java.lang.Comparable<Projection>