Class DestinationPredicate

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.DestinationPredicate type.
      • NODE_REFERENCE

        public static final Name NODE_REFERENCE
        Name of the openGql.grammar.DestinationPredicate.nodeReference field.
      • NOT

        public static final Name NOT
        Name of the openGql.grammar.DestinationPredicate.not field.
      • DESTINATION_OF

        public static final Name DESTINATION_OF
        Name of the openGql.grammar.DestinationPredicate.destinationOf field.
      • nodeReference

        public final java.lang.String nodeReference
      • not

        public final java.lang.Boolean not
      • destinationOf

        public final java.lang.String destinationOf
    • Constructor Detail

      • DestinationPredicate

        public DestinationPredicate​(java.lang.String nodeReference,
                                    java.lang.Boolean not,
                                    java.lang.String destinationOf)
        Constructs an immutable DestinationPredicate.