Class ElementKind

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.pg.model.ElementKind type.
      • VERTEX

        public static final Name VERTEX
        Name of the hydra.pg.model.ElementKind.vertex field.
      • EDGE

        public static final Name EDGE
        Name of the hydra.pg.model.ElementKind.edge field.
    • Method Detail

      • accept

        public abstract <R> R accept​(ElementKind.Visitor<R> visitor)
        Dispatch to visitor.