接口 GraphAlgebra.PathExpand.ExpandBaseOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      GraphAlgebra.EdgeExpand getEdgeExpand()
      Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetV
      GraphAlgebra.EdgeExpandOrBuilder getEdgeExpandOrBuilder()
      Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetV
      GraphAlgebra.GetV getGetV()
      .algebra.GetV get_V = 2;
      GraphAlgebra.GetVOrBuilder getGetVOrBuilder()
      .algebra.GetV get_V = 2;
      boolean hasEdgeExpand()
      Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetV
      boolean hasGetV()
      .algebra.GetV get_V = 2;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • hasEdgeExpand

        boolean hasEdgeExpand()
         Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetV
         
        .algebra.EdgeExpand edge_expand = 1;
        返回:
        Whether the edgeExpand field is set.
      • getEdgeExpand

        GraphAlgebra.EdgeExpand getEdgeExpand()
         Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetV
         
        .algebra.EdgeExpand edge_expand = 1;
        返回:
        The edgeExpand.
      • getEdgeExpandOrBuilder

        GraphAlgebra.EdgeExpandOrBuilder getEdgeExpandOrBuilder()
         Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetV
         
        .algebra.EdgeExpand edge_expand = 1;
      • hasGetV

        boolean hasGetV()
        .algebra.GetV get_V = 2;
        返回:
        Whether the getV field is set.