Interface GraphStepContract<S,​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

      • getReturnClass

        Class<E> getReturnClass()
      • isStartStep

        boolean isStartStep()
      • returnsVertex

        boolean returnsVertex()
      • returnsEdge

        boolean returnsEdge()
      • getIdsAsGValues

        default GValue<?>[] getIdsAsGValues()
      • clearIds

        void clearIds()