接口 GraphAlgebra.Pattern.SentenceOrBuilder

    • 方法详细资料

      • hasStart

        boolean hasStart()
        .common.NameOrId start = 1;
        返回:
        Whether the start field is set.
      • getStart

        Common.NameOrId getStart()
        .common.NameOrId start = 1;
        返回:
        The start.
      • getBindersCount

        int getBindersCount()
        repeated .algebra.Pattern.Binder binders = 2;
      • hasEnd

        boolean hasEnd()
        .common.NameOrId end = 3;
        返回:
        Whether the end field is set.
      • getEnd

        Common.NameOrId getEnd()
        .common.NameOrId end = 3;
        返回:
        The end.
      • getJoinKindValue

        int getJoinKindValue()
        / Define how to attach this sentence to the other one
         
        .algebra.Join.JoinKind join_kind = 4;
        返回:
        The enum numeric value on the wire for joinKind.
      • getJoinKind

        GraphAlgebra.Join.JoinKind getJoinKind()
        / Define how to attach this sentence to the other one
         
        .algebra.Join.JoinKind join_kind = 4;
        返回:
        The joinKind.