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
| 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 |
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;
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.