Interface VertexStepContract<E extends Element>

    • Field Detail

      • CONCRETE_STEPS

        static final List<Class<? extends Step>> CONCRETE_STEPS
        Concrete implementations of this contract that can be referenced as TinkerPop implementations.
    • Method Detail

      • getEdgeLabels

        String[] getEdgeLabels()
      • getEdgeLabelsAsGValues

        default GValue<String>[] getEdgeLabelsAsGValues()
      • getReturnClass

        Class<E> getReturnClass()
      • reverseDirection

        void reverseDirection()
      • returnsVertex

        boolean returnsVertex()
      • returnsEdge

        boolean returnsEdge()