public static final class ProtobufMessages.Agenda extends com.google.protobuf.GeneratedMessage implements ProtobufMessages.AgendaOrBuilder
org.drools.core.marshalling.Agenda
the agenda message
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtobufMessages.Agenda.AgendaGroup
Protobuf type
org.drools.core.marshalling.Agenda.AgendaGroup |
static interface |
ProtobufMessages.Agenda.AgendaGroupOrBuilder |
static class |
ProtobufMessages.Agenda.Builder
Protobuf type
org.drools.core.marshalling.Agenda
the agenda message
|
static class |
ProtobufMessages.Agenda.FocusStack
Protobuf type
org.drools.core.marshalling.Agenda.FocusStack |
static interface |
ProtobufMessages.Agenda.FocusStackOrBuilder |
static class |
ProtobufMessages.Agenda.RuleFlowGroup
Protobuf type
org.drools.core.marshalling.Agenda.RuleFlowGroup |
static interface |
ProtobufMessages.Agenda.RuleFlowGroupOrBuilder |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_ACTIVATIONS_FIELD_NUMBER |
static int |
AGENDA_GROUP_FIELD_NUMBER |
static int |
DORMANT_ACTIVATIONS_FIELD_NUMBER |
static int |
FOCUS_STACK_FIELD_NUMBER |
static int |
MATCH_FIELD_NUMBER |
static com.google.protobuf.Parser<ProtobufMessages.Agenda> |
PARSER |
static int |
RULE_ACTIVATION_FIELD_NUMBER |
static int |
RULE_FLOW_GROUP_FIELD_NUMBER |
| 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; |
static ProtobufMessages.Agenda |
getDefaultInstance() |
ProtobufMessages.Agenda |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<ProtobufMessages.Agenda> |
getParserForType() |
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; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProtobufMessages.Agenda.Builder |
newBuilder() |
static ProtobufMessages.Agenda.Builder |
newBuilder(ProtobufMessages.Agenda prototype) |
ProtobufMessages.Agenda.Builder |
newBuilderForType() |
protected ProtobufMessages.Agenda.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ProtobufMessages.Agenda |
parseDelimitedFrom(InputStream input) |
static ProtobufMessages.Agenda |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Agenda |
parseFrom(byte[] data) |
static ProtobufMessages.Agenda |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Agenda |
parseFrom(com.google.protobuf.ByteString data) |
static ProtobufMessages.Agenda |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Agenda |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtobufMessages.Agenda |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Agenda |
parseFrom(InputStream input) |
static ProtobufMessages.Agenda |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtobufMessages.Agenda.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<ProtobufMessages.Agenda> PARSER
public static final int DORMANT_ACTIVATIONS_FIELD_NUMBER
public static final int ACTIVE_ACTIVATIONS_FIELD_NUMBER
public static final int AGENDA_GROUP_FIELD_NUMBER
public static final int FOCUS_STACK_FIELD_NUMBER
public static final int RULE_FLOW_GROUP_FIELD_NUMBER
public static final int MATCH_FIELD_NUMBER
public static final int RULE_ACTIVATION_FIELD_NUMBER
public static ProtobufMessages.Agenda getDefaultInstance()
public ProtobufMessages.Agenda getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<ProtobufMessages.Agenda> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasDormantActivations()
optional int32 dormant_activations = 1;
these 2 fields are just for information
hasDormantActivations in interface ProtobufMessages.AgendaOrBuilderpublic int getDormantActivations()
optional int32 dormant_activations = 1;
these 2 fields are just for information
getDormantActivations in interface ProtobufMessages.AgendaOrBuilderpublic boolean hasActiveActivations()
optional int32 active_activations = 2;hasActiveActivations in interface ProtobufMessages.AgendaOrBuilderpublic int getActiveActivations()
optional int32 active_activations = 2;getActiveActivations in interface ProtobufMessages.AgendaOrBuilderpublic List<ProtobufMessages.Agenda.AgendaGroup> getAgendaGroupList()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;getAgendaGroupList in interface ProtobufMessages.AgendaOrBuilderpublic List<? extends ProtobufMessages.Agenda.AgendaGroupOrBuilder> getAgendaGroupOrBuilderList()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;getAgendaGroupOrBuilderList in interface ProtobufMessages.AgendaOrBuilderpublic int getAgendaGroupCount()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;getAgendaGroupCount in interface ProtobufMessages.AgendaOrBuilderpublic ProtobufMessages.Agenda.AgendaGroup getAgendaGroup(int index)
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;getAgendaGroup in interface ProtobufMessages.AgendaOrBuilderpublic ProtobufMessages.Agenda.AgendaGroupOrBuilder getAgendaGroupOrBuilder(int index)
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;getAgendaGroupOrBuilder in interface ProtobufMessages.AgendaOrBuilderpublic boolean hasFocusStack()
optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;hasFocusStack in interface ProtobufMessages.AgendaOrBuilderpublic ProtobufMessages.Agenda.FocusStack getFocusStack()
optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;getFocusStack in interface ProtobufMessages.AgendaOrBuilderpublic ProtobufMessages.Agenda.FocusStackOrBuilder getFocusStackOrBuilder()
optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;getFocusStackOrBuilder in interface ProtobufMessages.AgendaOrBuilderpublic List<ProtobufMessages.Agenda.RuleFlowGroup> getRuleFlowGroupList()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;getRuleFlowGroupList in interface ProtobufMessages.AgendaOrBuilderpublic List<? extends ProtobufMessages.Agenda.RuleFlowGroupOrBuilder> getRuleFlowGroupOrBuilderList()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;getRuleFlowGroupOrBuilderList in interface ProtobufMessages.AgendaOrBuilderpublic int getRuleFlowGroupCount()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;getRuleFlowGroupCount in interface ProtobufMessages.AgendaOrBuilderpublic ProtobufMessages.Agenda.RuleFlowGroup getRuleFlowGroup(int index)
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;getRuleFlowGroup in interface ProtobufMessages.AgendaOrBuilderpublic ProtobufMessages.Agenda.RuleFlowGroupOrBuilder getRuleFlowGroupOrBuilder(int index)
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;getRuleFlowGroupOrBuilder in interface ProtobufMessages.AgendaOrBuilderpublic List<ProtobufMessages.Activation> getMatchList()
repeated .org.drools.core.marshalling.Activation match = 6;getMatchList in interface ProtobufMessages.AgendaOrBuilderpublic List<? extends ProtobufMessages.ActivationOrBuilder> getMatchOrBuilderList()
repeated .org.drools.core.marshalling.Activation match = 6;getMatchOrBuilderList in interface ProtobufMessages.AgendaOrBuilderpublic int getMatchCount()
repeated .org.drools.core.marshalling.Activation match = 6;getMatchCount in interface ProtobufMessages.AgendaOrBuilderpublic ProtobufMessages.Activation getMatch(int index)
repeated .org.drools.core.marshalling.Activation match = 6;getMatch in interface ProtobufMessages.AgendaOrBuilderpublic ProtobufMessages.ActivationOrBuilder getMatchOrBuilder(int index)
repeated .org.drools.core.marshalling.Activation match = 6;getMatchOrBuilder in interface ProtobufMessages.AgendaOrBuilderpublic List<ProtobufMessages.Activation> getRuleActivationList()
repeated .org.drools.core.marshalling.Activation rule_activation = 7;getRuleActivationList in interface ProtobufMessages.AgendaOrBuilderpublic List<? extends ProtobufMessages.ActivationOrBuilder> getRuleActivationOrBuilderList()
repeated .org.drools.core.marshalling.Activation rule_activation = 7;getRuleActivationOrBuilderList in interface ProtobufMessages.AgendaOrBuilderpublic int getRuleActivationCount()
repeated .org.drools.core.marshalling.Activation rule_activation = 7;getRuleActivationCount in interface ProtobufMessages.AgendaOrBuilderpublic ProtobufMessages.Activation getRuleActivation(int index)
repeated .org.drools.core.marshalling.Activation rule_activation = 7;getRuleActivation in interface ProtobufMessages.AgendaOrBuilderpublic ProtobufMessages.ActivationOrBuilder getRuleActivationOrBuilder(int index)
repeated .org.drools.core.marshalling.Activation rule_activation = 7;getRuleActivationOrBuilder in interface ProtobufMessages.AgendaOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static ProtobufMessages.Agenda parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.Agenda parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.Agenda parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.Agenda parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.Agenda parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.Agenda parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.Agenda parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.Agenda parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.Agenda parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.Agenda parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.Agenda.Builder newBuilder()
public ProtobufMessages.Agenda.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtobufMessages.Agenda.Builder newBuilder(ProtobufMessages.Agenda prototype)
public ProtobufMessages.Agenda.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProtobufMessages.Agenda.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.