Drools :: Core 6.1.0.Beta1

org.drools.core.marshalling.impl
Interface ProtobufMessages.AgendaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.Agenda, ProtobufMessages.Agenda.Builder
Enclosing class:
ProtobufMessages

public static interface ProtobufMessages.AgendaOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getActiveActivations()
          optional int32 active_activations = 2;
 ProtobufMessages.Agenda.AgendaGroup getAgendaGroup(int index)
          repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;
 int getAgendaGroupCount()
          repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;
 List<ProtobufMessages.Agenda.AgendaGroup> getAgendaGroupList()
          repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;
 ProtobufMessages.Agenda.AgendaGroupOrBuilder getAgendaGroupOrBuilder(int index)
          repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;
 List<? extends ProtobufMessages.Agenda.AgendaGroupOrBuilder> getAgendaGroupOrBuilderList()
          repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;
 int getDormantActivations()
          optional int32 dormant_activations = 1; these 2 fields are just for information
 ProtobufMessages.Agenda.FocusStack getFocusStack()
          optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;
 ProtobufMessages.Agenda.FocusStackOrBuilder getFocusStackOrBuilder()
          optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;
 ProtobufMessages.Activation getMatch(int index)
          repeated .org.drools.core.marshalling.Activation match = 6;
 int getMatchCount()
          repeated .org.drools.core.marshalling.Activation match = 6;
 List<ProtobufMessages.Activation> getMatchList()
          repeated .org.drools.core.marshalling.Activation match = 6;
 ProtobufMessages.ActivationOrBuilder getMatchOrBuilder(int index)
          repeated .org.drools.core.marshalling.Activation match = 6;
 List<? extends ProtobufMessages.ActivationOrBuilder> getMatchOrBuilderList()
          repeated .org.drools.core.marshalling.Activation match = 6;
 ProtobufMessages.Activation getRuleActivation(int index)
          repeated .org.drools.core.marshalling.Activation rule_activation = 7;
 int getRuleActivationCount()
          repeated .org.drools.core.marshalling.Activation rule_activation = 7;
 List<ProtobufMessages.Activation> getRuleActivationList()
          repeated .org.drools.core.marshalling.Activation rule_activation = 7;
 ProtobufMessages.ActivationOrBuilder getRuleActivationOrBuilder(int index)
          repeated .org.drools.core.marshalling.Activation rule_activation = 7;
 List<? extends ProtobufMessages.ActivationOrBuilder> getRuleActivationOrBuilderList()
          repeated .org.drools.core.marshalling.Activation rule_activation = 7;
 ProtobufMessages.Agenda.RuleFlowGroup getRuleFlowGroup(int index)
          repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
 int getRuleFlowGroupCount()
          repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
 List<ProtobufMessages.Agenda.RuleFlowGroup> getRuleFlowGroupList()
          repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
 ProtobufMessages.Agenda.RuleFlowGroupOrBuilder getRuleFlowGroupOrBuilder(int index)
          repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
 List<? extends ProtobufMessages.Agenda.RuleFlowGroupOrBuilder> getRuleFlowGroupOrBuilderList()
          repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
 boolean hasActiveActivations()
          optional int32 active_activations = 2;
 boolean hasDormantActivations()
          optional int32 dormant_activations = 1; these 2 fields are just for information
 boolean hasFocusStack()
          optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasDormantActivations

boolean hasDormantActivations()
optional int32 dormant_activations = 1;
 these 2 fields are just for information
 


getDormantActivations

int getDormantActivations()
optional int32 dormant_activations = 1;
 these 2 fields are just for information
 


hasActiveActivations

boolean hasActiveActivations()
optional int32 active_activations = 2;


getActiveActivations

int getActiveActivations()
optional int32 active_activations = 2;


getAgendaGroupList

List<ProtobufMessages.Agenda.AgendaGroup> getAgendaGroupList()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;


getAgendaGroup

ProtobufMessages.Agenda.AgendaGroup getAgendaGroup(int index)
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;


getAgendaGroupCount

int getAgendaGroupCount()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;


getAgendaGroupOrBuilderList

List<? extends ProtobufMessages.Agenda.AgendaGroupOrBuilder> getAgendaGroupOrBuilderList()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;


getAgendaGroupOrBuilder

ProtobufMessages.Agenda.AgendaGroupOrBuilder getAgendaGroupOrBuilder(int index)
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;


hasFocusStack

boolean hasFocusStack()
optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;


getFocusStack

ProtobufMessages.Agenda.FocusStack getFocusStack()
optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;


getFocusStackOrBuilder

ProtobufMessages.Agenda.FocusStackOrBuilder getFocusStackOrBuilder()
optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;


getRuleFlowGroupList

List<ProtobufMessages.Agenda.RuleFlowGroup> getRuleFlowGroupList()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;


getRuleFlowGroup

ProtobufMessages.Agenda.RuleFlowGroup getRuleFlowGroup(int index)
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;


getRuleFlowGroupCount

int getRuleFlowGroupCount()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;


getRuleFlowGroupOrBuilderList

List<? extends ProtobufMessages.Agenda.RuleFlowGroupOrBuilder> getRuleFlowGroupOrBuilderList()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;


getRuleFlowGroupOrBuilder

ProtobufMessages.Agenda.RuleFlowGroupOrBuilder getRuleFlowGroupOrBuilder(int index)
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;


getMatchList

List<ProtobufMessages.Activation> getMatchList()
repeated .org.drools.core.marshalling.Activation match = 6;


getMatch

ProtobufMessages.Activation getMatch(int index)
repeated .org.drools.core.marshalling.Activation match = 6;


getMatchCount

int getMatchCount()
repeated .org.drools.core.marshalling.Activation match = 6;


getMatchOrBuilderList

List<? extends ProtobufMessages.ActivationOrBuilder> getMatchOrBuilderList()
repeated .org.drools.core.marshalling.Activation match = 6;


getMatchOrBuilder

ProtobufMessages.ActivationOrBuilder getMatchOrBuilder(int index)
repeated .org.drools.core.marshalling.Activation match = 6;


getRuleActivationList

List<ProtobufMessages.Activation> getRuleActivationList()
repeated .org.drools.core.marshalling.Activation rule_activation = 7;


getRuleActivation

ProtobufMessages.Activation getRuleActivation(int index)
repeated .org.drools.core.marshalling.Activation rule_activation = 7;


getRuleActivationCount

int getRuleActivationCount()
repeated .org.drools.core.marshalling.Activation rule_activation = 7;


getRuleActivationOrBuilderList

List<? extends ProtobufMessages.ActivationOrBuilder> getRuleActivationOrBuilderList()
repeated .org.drools.core.marshalling.Activation rule_activation = 7;


getRuleActivationOrBuilder

ProtobufMessages.ActivationOrBuilder getRuleActivationOrBuilder(int index)
repeated .org.drools.core.marshalling.Activation rule_activation = 7;


Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.