org.drools.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
 ProtobufMessages.Activation getActivation(int index)
          repeated .org.drools.marshalling.Activation activation = 6;
 int getActivationCount()
          repeated .org.drools.marshalling.Activation activation = 6;
 List<ProtobufMessages.Activation> getActivationList()
          repeated .org.drools.marshalling.Activation activation = 6;
 ProtobufMessages.ActivationOrBuilder getActivationOrBuilder(int index)
          repeated .org.drools.marshalling.Activation activation = 6;
 List<? extends ProtobufMessages.ActivationOrBuilder> getActivationOrBuilderList()
          repeated .org.drools.marshalling.Activation activation = 6;
 int getActiveActivations()
          optional int32 active_activations = 2;
 ProtobufMessages.Agenda.AgendaGroup getAgendaGroup(int index)
          repeated .org.drools.marshalling.Agenda.AgendaGroup agenda_group = 3;
 int getAgendaGroupCount()
          repeated .org.drools.marshalling.Agenda.AgendaGroup agenda_group = 3;
 List<ProtobufMessages.Agenda.AgendaGroup> getAgendaGroupList()
          repeated .org.drools.marshalling.Agenda.AgendaGroup agenda_group = 3;
 ProtobufMessages.Agenda.AgendaGroupOrBuilder getAgendaGroupOrBuilder(int index)
          repeated .org.drools.marshalling.Agenda.AgendaGroup agenda_group = 3;
 List<? extends ProtobufMessages.Agenda.AgendaGroupOrBuilder> getAgendaGroupOrBuilderList()
          repeated .org.drools.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.marshalling.Agenda.FocusStack focus_stack = 4;
 ProtobufMessages.Agenda.FocusStackOrBuilder getFocusStackOrBuilder()
          optional .org.drools.marshalling.Agenda.FocusStack focus_stack = 4;
 ProtobufMessages.Agenda.RuleFlowGroup getRuleFlowGroup(int index)
          repeated .org.drools.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
 int getRuleFlowGroupCount()
          repeated .org.drools.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
 List<ProtobufMessages.Agenda.RuleFlowGroup> getRuleFlowGroupList()
          repeated .org.drools.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
 ProtobufMessages.Agenda.RuleFlowGroupOrBuilder getRuleFlowGroupOrBuilder(int index)
          repeated .org.drools.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
 List<? extends ProtobufMessages.Agenda.RuleFlowGroupOrBuilder> getRuleFlowGroupOrBuilderList()
          repeated .org.drools.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.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.marshalling.Agenda.AgendaGroup agenda_group = 3;


getAgendaGroup

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


getAgendaGroupCount

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


getAgendaGroupOrBuilderList

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


getAgendaGroupOrBuilder

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


hasFocusStack

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


getFocusStack

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


getFocusStackOrBuilder

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


getRuleFlowGroupList

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


getRuleFlowGroup

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


getRuleFlowGroupCount

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


getRuleFlowGroupOrBuilderList

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


getRuleFlowGroupOrBuilder

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


getActivationList

List<ProtobufMessages.Activation> getActivationList()
repeated .org.drools.marshalling.Activation activation = 6;


getActivation

ProtobufMessages.Activation getActivation(int index)
repeated .org.drools.marshalling.Activation activation = 6;


getActivationCount

int getActivationCount()
repeated .org.drools.marshalling.Activation activation = 6;


getActivationOrBuilderList

List<? extends ProtobufMessages.ActivationOrBuilder> getActivationOrBuilderList()
repeated .org.drools.marshalling.Activation activation = 6;


getActivationOrBuilder

ProtobufMessages.ActivationOrBuilder getActivationOrBuilder(int index)
repeated .org.drools.marshalling.Activation activation = 6;



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