Interface ProtobufMessages.NodeMemoryOrBuilder

    • Method Detail

      • hasNodeId

        boolean hasNodeId()
        optional int32 node_id = 1;
        Returns:
        Whether the nodeId field is set.
      • getNodeId

        int getNodeId()
        optional int32 node_id = 1;
        Returns:
        The nodeId.
      • hasNodeType

        boolean hasNodeType()
        optional .org.drools.serialization.protobuf.NodeMemory.NodeType node_type = 2;
        Returns:
        Whether the nodeType field is set.
      • hasAccumulate

        boolean hasAccumulate()
        optional .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory accumulate = 3;
        Returns:
        Whether the accumulate field is set.
      • hasRia

        boolean hasRia()
        optional .org.drools.serialization.protobuf.NodeMemory.RIANodeMemory ria = 4;
        Returns:
        Whether the ria field is set.
      • hasFrom

        boolean hasFrom()
        optional .org.drools.serialization.protobuf.NodeMemory.FromNodeMemory from = 5;
        Returns:
        Whether the from field is set.
      • hasQueryElement

        boolean hasQueryElement()
        optional .org.drools.serialization.protobuf.NodeMemory.QueryElementNodeMemory query_element = 6;
        Returns:
        Whether the queryElement field is set.