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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
@Deprecated public static final com.google.protobuf.Parser<ProtobufMessages.Agenda> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasDormantActivations()
these 2 fields are just for information
optional int32 dormant_activations = 1;
hasDormantActivations
in interface ProtobufMessages.AgendaOrBuilder
public int getDormantActivations()
these 2 fields are just for information
optional int32 dormant_activations = 1;
getDormantActivations
in interface ProtobufMessages.AgendaOrBuilder
public boolean hasActiveActivations()
optional int32 active_activations = 2;
hasActiveActivations
in interface ProtobufMessages.AgendaOrBuilder
public int getActiveActivations()
optional int32 active_activations = 2;
getActiveActivations
in interface ProtobufMessages.AgendaOrBuilder
public List<ProtobufMessages.Agenda.AgendaGroup> getAgendaGroupList()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;
getAgendaGroupList
in interface ProtobufMessages.AgendaOrBuilder
public List<? extends ProtobufMessages.Agenda.AgendaGroupOrBuilder> getAgendaGroupOrBuilderList()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;
getAgendaGroupOrBuilderList
in interface ProtobufMessages.AgendaOrBuilder
public int getAgendaGroupCount()
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;
getAgendaGroupCount
in interface ProtobufMessages.AgendaOrBuilder
public ProtobufMessages.Agenda.AgendaGroup getAgendaGroup(int index)
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;
getAgendaGroup
in interface ProtobufMessages.AgendaOrBuilder
public ProtobufMessages.Agenda.AgendaGroupOrBuilder getAgendaGroupOrBuilder(int index)
repeated .org.drools.core.marshalling.Agenda.AgendaGroup agenda_group = 3;
getAgendaGroupOrBuilder
in interface ProtobufMessages.AgendaOrBuilder
public boolean hasFocusStack()
optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;
hasFocusStack
in interface ProtobufMessages.AgendaOrBuilder
public ProtobufMessages.Agenda.FocusStack getFocusStack()
optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;
getFocusStack
in interface ProtobufMessages.AgendaOrBuilder
public ProtobufMessages.Agenda.FocusStackOrBuilder getFocusStackOrBuilder()
optional .org.drools.core.marshalling.Agenda.FocusStack focus_stack = 4;
getFocusStackOrBuilder
in interface ProtobufMessages.AgendaOrBuilder
public List<ProtobufMessages.Agenda.RuleFlowGroup> getRuleFlowGroupList()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
getRuleFlowGroupList
in interface ProtobufMessages.AgendaOrBuilder
public List<? extends ProtobufMessages.Agenda.RuleFlowGroupOrBuilder> getRuleFlowGroupOrBuilderList()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
getRuleFlowGroupOrBuilderList
in interface ProtobufMessages.AgendaOrBuilder
public int getRuleFlowGroupCount()
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
getRuleFlowGroupCount
in interface ProtobufMessages.AgendaOrBuilder
public ProtobufMessages.Agenda.RuleFlowGroup getRuleFlowGroup(int index)
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
getRuleFlowGroup
in interface ProtobufMessages.AgendaOrBuilder
public ProtobufMessages.Agenda.RuleFlowGroupOrBuilder getRuleFlowGroupOrBuilder(int index)
repeated .org.drools.core.marshalling.Agenda.RuleFlowGroup rule_flow_group = 5;
getRuleFlowGroupOrBuilder
in interface ProtobufMessages.AgendaOrBuilder
public List<ProtobufMessages.Activation> getMatchList()
repeated .org.drools.core.marshalling.Activation match = 6;
getMatchList
in interface ProtobufMessages.AgendaOrBuilder
public List<? extends ProtobufMessages.ActivationOrBuilder> getMatchOrBuilderList()
repeated .org.drools.core.marshalling.Activation match = 6;
getMatchOrBuilderList
in interface ProtobufMessages.AgendaOrBuilder
public int getMatchCount()
repeated .org.drools.core.marshalling.Activation match = 6;
getMatchCount
in interface ProtobufMessages.AgendaOrBuilder
public ProtobufMessages.Activation getMatch(int index)
repeated .org.drools.core.marshalling.Activation match = 6;
getMatch
in interface ProtobufMessages.AgendaOrBuilder
public ProtobufMessages.ActivationOrBuilder getMatchOrBuilder(int index)
repeated .org.drools.core.marshalling.Activation match = 6;
getMatchOrBuilder
in interface ProtobufMessages.AgendaOrBuilder
public List<ProtobufMessages.Activation> getRuleActivationList()
repeated .org.drools.core.marshalling.Activation rule_activation = 7;
getRuleActivationList
in interface ProtobufMessages.AgendaOrBuilder
public List<? extends ProtobufMessages.ActivationOrBuilder> getRuleActivationOrBuilderList()
repeated .org.drools.core.marshalling.Activation rule_activation = 7;
getRuleActivationOrBuilderList
in interface ProtobufMessages.AgendaOrBuilder
public int getRuleActivationCount()
repeated .org.drools.core.marshalling.Activation rule_activation = 7;
getRuleActivationCount
in interface ProtobufMessages.AgendaOrBuilder
public ProtobufMessages.Activation getRuleActivation(int index)
repeated .org.drools.core.marshalling.Activation rule_activation = 7;
getRuleActivation
in interface ProtobufMessages.AgendaOrBuilder
public ProtobufMessages.ActivationOrBuilder getRuleActivationOrBuilder(int index)
repeated .org.drools.core.marshalling.Activation rule_activation = 7;
getRuleActivationOrBuilder
in interface ProtobufMessages.AgendaOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ProtobufMessages.Agenda parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Agenda parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Agenda parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Agenda parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Agenda parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Agenda parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Agenda parseFrom(InputStream input) throws IOException
IOException
public static ProtobufMessages.Agenda parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.Agenda parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ProtobufMessages.Agenda parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.Agenda parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ProtobufMessages.Agenda parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ProtobufMessages.Agenda.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ProtobufMessages.Agenda.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ProtobufMessages.Agenda getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.