public static interface ProtobufMessages.AgendaOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasDormantActivations()
optional int32 dormant_activations = 1;
these 2 fields are just for information
int getDormantActivations()
optional int32 dormant_activations = 1;
these 2 fields are just for information
boolean hasActiveActivations()
optional int32 active_activations = 2;
int getActiveActivations()
optional int32 active_activations = 2;
List<ProtobufMessages.Agenda.AgendaGroup> getAgendaGroupList()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;
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<? extends ProtobufMessages.Agenda.AgendaGroupOrBuilder> getAgendaGroupOrBuilderList()
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;
boolean hasFocusStack()
optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;
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;
List<ProtobufMessages.Agenda.RuleFlowGroup> getRuleFlowGroupList()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
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<? extends ProtobufMessages.Agenda.RuleFlowGroupOrBuilder> getRuleFlowGroupOrBuilderList()
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<ProtobufMessages.Activation> getMatchList()
repeated .org.drools.core.marshalling.Activation match = 6;
ProtobufMessages.Activation getMatch(int index)
repeated .org.drools.core.marshalling.Activation match = 6;
int getMatchCount()
repeated .org.drools.core.marshalling.Activation match = 6;
List<? extends ProtobufMessages.ActivationOrBuilder> getMatchOrBuilderList()
repeated .org.drools.core.marshalling.Activation match = 6;
ProtobufMessages.ActivationOrBuilder getMatchOrBuilder(int index)
repeated .org.drools.core.marshalling.Activation match = 6;
List<ProtobufMessages.Activation> getRuleActivationList()
repeated .org.drools.core.marshalling.Activation rule_activation = 7;
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<? extends ProtobufMessages.ActivationOrBuilder> getRuleActivationOrBuilderList()
repeated .org.drools.core.marshalling.Activation rule_activation = 7;
ProtobufMessages.ActivationOrBuilder getRuleActivationOrBuilder(int index)
repeated .org.drools.core.marshalling.Activation rule_activation = 7;
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.