Class AllDifferentPredicate

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.lang.String> references  
      static Name REFERENCES
      Name of the openGql.grammar.AllDifferentPredicate.references field.
      static Name TYPE_
      Name of the openGql.grammar.AllDifferentPredicate type.
    • 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