接口 GraphAlgebra.PathExpand.ExpandBaseOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface GraphAlgebra.PathExpand.ExpandBaseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebra.EdgeExpandgetEdgeExpand()Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetVGraphAlgebra.EdgeExpandOrBuildergetEdgeExpandOrBuilder()Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetVGraphAlgebra.GetVgetGetV().algebra.GetV get_V = 2;GraphAlgebra.GetVOrBuildergetGetVOrBuilder().algebra.GetV get_V = 2;booleanhasEdgeExpand()Can either be a single EdgeExpand (with ExpandOpt = Vertex), or EdgeExpand (with ExpandOpt = Edge) + GetVbooleanhasGetV().algebra.GetV get_V = 2;
-
-
-
方法详细资料
-
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.
-
getGetV
GraphAlgebra.GetV getGetV()
.algebra.GetV get_V = 2;- 返回:
- The getV.
-
getGetVOrBuilder
GraphAlgebra.GetVOrBuilder getGetVOrBuilder()
.algebra.GetV get_V = 2;
-
-