public static final class ProtobufMessages.Agenda extends com.google.protobuf.GeneratedMessageV3 implements ProtobufMessages.AgendaOrBuilder
the agenda messageProtobuf type
org.drools.core.marshalling.Agenda| 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
the agenda message
Protobuf type
org.drools.core.marshalling.Agenda |
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.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 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
Deprecated.
|
static int |
RULE_ACTIVATION_FIELD_NUMBER |
static int |
RULE_FLOW_GROUP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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()
these 2 fields are just for information
optional int32 dormant_activations = 1; |
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()
these 2 fields are just for information
optional int32 dormant_activations = 1; |
boolean |
hasFocusStack()
optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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(ByteBuffer data) |
static ProtobufMessages.Agenda |
parseFrom(ByteBuffer 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) |
static com.google.protobuf.Parser<ProtobufMessages.Agenda> |
parser() |
ProtobufMessages.Agenda.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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
@Deprecated public static final com.google.protobuf.Parser<ProtobufMessages.Agenda> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasDormantActivations()
these 2 fields are just for information
optional int32 dormant_activations = 1;hasDormantActivations in interface ProtobufMessages.AgendaOrBuilderpublic int getDormantActivations()
these 2 fields are just for information
optional int32 dormant_activations = 1;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.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ProtobufMessages.Agenda parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.Agenda parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic 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 ProtobufMessages.Agenda.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtobufMessages.Agenda.Builder newBuilder()
public 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.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ProtobufMessages.Agenda getDefaultInstance()
public static com.google.protobuf.Parser<ProtobufMessages.Agenda> parser()
public 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.GeneratedMessageV3public ProtobufMessages.Agenda getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.