Class AllDifferentPredicate

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

    public class AllDifferentPredicate
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<AllDifferentPredicate>
    A GQL all different predicate
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.AllDifferentPredicate type.
      • REFERENCES

        public static final Name REFERENCES
        Name of the openGql.grammar.AllDifferentPredicate.references field.
      • references

        public final java.util.List<java.lang.String> references
    • Constructor Detail

      • AllDifferentPredicate

        public AllDifferentPredicate​(java.util.List<java.lang.String> references)
        Constructs an immutable AllDifferentPredicate.
    • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object