Interface ProtobufMessages.RuleDataOrBuilder

    • Method Detail

      • hasLastId

        boolean hasLastId()
        optional int64 last_id = 3;
        Returns:
        Whether the lastId field is set.
      • getLastId

        long getLastId()
        optional int64 last_id = 3;
        Returns:
        The lastId.
      • hasLastRecency

        boolean hasLastRecency()
        optional int64 last_recency = 4;
        Returns:
        Whether the lastRecency field is set.
      • getLastRecency

        long getLastRecency()
        optional int64 last_recency = 4;
        Returns:
        The lastRecency.
      • hasInitialFact

        boolean hasInitialFact()
        optional .org.drools.serialization.protobuf.FactHandle initial_fact = 6;
        Returns:
        Whether the initialFact field is set.
      • getInitialFact

        ProtobufMessages.FactHandle getInitialFact()
        optional .org.drools.serialization.protobuf.FactHandle initial_fact = 6;
        Returns:
        The initialFact.
      • hasAgenda

        boolean hasAgenda()
        optional .org.drools.serialization.protobuf.Agenda agenda = 8;
        Returns:
        Whether the agenda field is set.
      • getAgenda

        ProtobufMessages.Agenda getAgenda()
        optional .org.drools.serialization.protobuf.Agenda agenda = 8;
        Returns:
        The agenda.
      • getNodeMemory

        ProtobufMessages.NodeMemory getNodeMemory​(int index)
        repeated .org.drools.serialization.protobuf.NodeMemory node_memory = 9;
      • getNodeMemoryCount

        int getNodeMemoryCount()
        repeated .org.drools.serialization.protobuf.NodeMemory node_memory = 9;
      • getEntryPoint

        ProtobufMessages.EntryPoint getEntryPoint​(int index)
        repeated .org.drools.serialization.protobuf.EntryPoint entry_point = 10;
      • getEntryPointCount

        int getEntryPointCount()
        repeated .org.drools.serialization.protobuf.EntryPoint entry_point = 10;
      • hasActionQueue

        boolean hasActionQueue()
        optional .org.drools.serialization.protobuf.ActionQueue action_queue = 11;
        Returns:
        Whether the actionQueue field is set.
      • getActionQueue

        ProtobufMessages.ActionQueue getActionQueue()
        optional .org.drools.serialization.protobuf.ActionQueue action_queue = 11;
        Returns:
        The actionQueue.
      • hasOBSOLETETms

        boolean hasOBSOLETETms()
        optional .org.drools.serialization.protobuf.TruthMaintenanceSystem OBSOLETE_tms = 12;
        Returns:
        Whether the oBSOLETETms field is set.