Class Properties

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Properties>
    Direct Known Subclasses:
    Properties.Map, Properties.Parameter

    public abstract class Properties
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<Properties>
    A property map or parameter attached to a node or relationship pattern
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.cypher.openCypher.Properties type.
      • MAP

        public static final Name MAP
        Name of the hydra.cypher.openCypher.Properties.map field.
      • PARAMETER

        public static final Name PARAMETER
        Name of the hydra.cypher.openCypher.Properties.parameter field.
    • Method Detail

      • accept

        public abstract <R> R accept​(Properties.Visitor<R> visitor)
        Dispatch to visitor.
      • hydraOrdinal

        public abstract int hydraOrdinal()