Class ShortestPathConstants

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.tinkerpop.gremlin.ShortestPathConstants type.
      • TARGET

        public static final Name TARGET
        Name of the hydra.tinkerpop.gremlin.ShortestPathConstants.target field.
      • EDGES

        public static final Name EDGES
        Name of the hydra.tinkerpop.gremlin.ShortestPathConstants.edges field.
      • DISTANCE

        public static final Name DISTANCE
        Name of the hydra.tinkerpop.gremlin.ShortestPathConstants.distance field.
      • MAX_DISTANCE

        public static final Name MAX_DISTANCE
        Name of the hydra.tinkerpop.gremlin.ShortestPathConstants.maxDistance field.
      • INCLUDE_EDGES

        public static final Name INCLUDE_EDGES
        Name of the hydra.tinkerpop.gremlin.ShortestPathConstants.includeEdges field.