public static final class ProtobufMessages.Activation extends com.google.protobuf.GeneratedMessage implements ProtobufMessages.ActivationOrBuilder
org.drools.core.marshalling.Activation
Modifier and Type | Class and Description |
---|---|
static class |
ProtobufMessages.Activation.Builder
Protobuf type
org.drools.core.marshalling.Activation |
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 |
ACTIVATION_GROUP_FIELD_NUMBER |
static int |
EVALUATED_FIELD_NUMBER |
static int |
HANDLE_ID_FIELD_NUMBER |
static int |
IS_ACTIVATED_FIELD_NUMBER |
static int |
LOGICAL_DEPENDENCY_FIELD_NUMBER |
static int |
PACKAGE_NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<ProtobufMessages.Activation> |
PARSER |
static int |
RULE_NAME_FIELD_NUMBER |
static int |
SALIENCE_FIELD_NUMBER |
static int |
TUPLE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
String |
getActivationGroup()
optional string activation_group = 7;
optional int64 propagation_number = 6;
|
com.google.protobuf.ByteString |
getActivationGroupBytes()
optional string activation_group = 7;
optional int64 propagation_number = 6;
|
static ProtobufMessages.Activation |
getDefaultInstance() |
ProtobufMessages.Activation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEvaluated()
optional bool evaluated = 11; |
int |
getHandleId()
optional int32 handle_id = 9; |
boolean |
getIsActivated()
optional bool is_activated = 8; |
int |
getLogicalDependency(int index)
repeated int32 logical_dependency = 10; |
int |
getLogicalDependencyCount()
repeated int32 logical_dependency = 10; |
List<Integer> |
getLogicalDependencyList()
repeated int32 logical_dependency = 10; |
String |
getPackageName()
optional string package_name = 4; |
com.google.protobuf.ByteString |
getPackageNameBytes()
optional string package_name = 4; |
com.google.protobuf.Parser<ProtobufMessages.Activation> |
getParserForType() |
String |
getRuleName()
optional string rule_name = 5; |
com.google.protobuf.ByteString |
getRuleNameBytes()
optional string rule_name = 5; |
int |
getSalience()
optional int32 salience = 3; |
int |
getSerializedSize() |
ProtobufMessages.Tuple |
getTuple()
optional .org.drools.core.marshalling.Tuple tuple = 2;
optional int64 activation_number = 1;
|
ProtobufMessages.TupleOrBuilder |
getTupleOrBuilder()
optional .org.drools.core.marshalling.Tuple tuple = 2;
optional int64 activation_number = 1;
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasActivationGroup()
optional string activation_group = 7;
optional int64 propagation_number = 6;
|
boolean |
hasEvaluated()
optional bool evaluated = 11; |
boolean |
hasHandleId()
optional int32 handle_id = 9; |
boolean |
hasIsActivated()
optional bool is_activated = 8; |
boolean |
hasPackageName()
optional string package_name = 4; |
boolean |
hasRuleName()
optional string rule_name = 5; |
boolean |
hasSalience()
optional int32 salience = 3; |
boolean |
hasTuple()
optional .org.drools.core.marshalling.Tuple tuple = 2;
optional int64 activation_number = 1;
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProtobufMessages.Activation.Builder |
newBuilder() |
static ProtobufMessages.Activation.Builder |
newBuilder(ProtobufMessages.Activation prototype) |
ProtobufMessages.Activation.Builder |
newBuilderForType() |
protected ProtobufMessages.Activation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ProtobufMessages.Activation |
parseDelimitedFrom(InputStream input) |
static ProtobufMessages.Activation |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Activation |
parseFrom(byte[] data) |
static ProtobufMessages.Activation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Activation |
parseFrom(com.google.protobuf.ByteString data) |
static ProtobufMessages.Activation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Activation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProtobufMessages.Activation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProtobufMessages.Activation |
parseFrom(InputStream input) |
static ProtobufMessages.Activation |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProtobufMessages.Activation.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, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<ProtobufMessages.Activation> PARSER
public static final int TUPLE_FIELD_NUMBER
public static final int SALIENCE_FIELD_NUMBER
public static final int PACKAGE_NAME_FIELD_NUMBER
public static final int RULE_NAME_FIELD_NUMBER
public static final int ACTIVATION_GROUP_FIELD_NUMBER
public static final int IS_ACTIVATED_FIELD_NUMBER
public static final int HANDLE_ID_FIELD_NUMBER
public static final int LOGICAL_DEPENDENCY_FIELD_NUMBER
public static final int EVALUATED_FIELD_NUMBER
public static ProtobufMessages.Activation getDefaultInstance()
public ProtobufMessages.Activation getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<ProtobufMessages.Activation> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasTuple()
optional .org.drools.core.marshalling.Tuple tuple = 2;
optional int64 activation_number = 1;
hasTuple
in interface ProtobufMessages.ActivationOrBuilder
public ProtobufMessages.Tuple getTuple()
optional .org.drools.core.marshalling.Tuple tuple = 2;
optional int64 activation_number = 1;
getTuple
in interface ProtobufMessages.ActivationOrBuilder
public ProtobufMessages.TupleOrBuilder getTupleOrBuilder()
optional .org.drools.core.marshalling.Tuple tuple = 2;
optional int64 activation_number = 1;
getTupleOrBuilder
in interface ProtobufMessages.ActivationOrBuilder
public boolean hasSalience()
optional int32 salience = 3;
hasSalience
in interface ProtobufMessages.ActivationOrBuilder
public int getSalience()
optional int32 salience = 3;
getSalience
in interface ProtobufMessages.ActivationOrBuilder
public boolean hasPackageName()
optional string package_name = 4;
hasPackageName
in interface ProtobufMessages.ActivationOrBuilder
public String getPackageName()
optional string package_name = 4;
getPackageName
in interface ProtobufMessages.ActivationOrBuilder
public com.google.protobuf.ByteString getPackageNameBytes()
optional string package_name = 4;
getPackageNameBytes
in interface ProtobufMessages.ActivationOrBuilder
public boolean hasRuleName()
optional string rule_name = 5;
hasRuleName
in interface ProtobufMessages.ActivationOrBuilder
public String getRuleName()
optional string rule_name = 5;
getRuleName
in interface ProtobufMessages.ActivationOrBuilder
public com.google.protobuf.ByteString getRuleNameBytes()
optional string rule_name = 5;
getRuleNameBytes
in interface ProtobufMessages.ActivationOrBuilder
public boolean hasActivationGroup()
optional string activation_group = 7;
optional int64 propagation_number = 6;
hasActivationGroup
in interface ProtobufMessages.ActivationOrBuilder
public String getActivationGroup()
optional string activation_group = 7;
optional int64 propagation_number = 6;
getActivationGroup
in interface ProtobufMessages.ActivationOrBuilder
public com.google.protobuf.ByteString getActivationGroupBytes()
optional string activation_group = 7;
optional int64 propagation_number = 6;
getActivationGroupBytes
in interface ProtobufMessages.ActivationOrBuilder
public boolean hasIsActivated()
optional bool is_activated = 8;
hasIsActivated
in interface ProtobufMessages.ActivationOrBuilder
public boolean getIsActivated()
optional bool is_activated = 8;
getIsActivated
in interface ProtobufMessages.ActivationOrBuilder
public boolean hasHandleId()
optional int32 handle_id = 9;
hasHandleId
in interface ProtobufMessages.ActivationOrBuilder
public int getHandleId()
optional int32 handle_id = 9;
getHandleId
in interface ProtobufMessages.ActivationOrBuilder
public List<Integer> getLogicalDependencyList()
repeated int32 logical_dependency = 10;
getLogicalDependencyList
in interface ProtobufMessages.ActivationOrBuilder
public int getLogicalDependencyCount()
repeated int32 logical_dependency = 10;
getLogicalDependencyCount
in interface ProtobufMessages.ActivationOrBuilder
public int getLogicalDependency(int index)
repeated int32 logical_dependency = 10;
getLogicalDependency
in interface ProtobufMessages.ActivationOrBuilder
public boolean hasEvaluated()
optional bool evaluated = 11;
hasEvaluated
in interface ProtobufMessages.ActivationOrBuilder
public boolean getEvaluated()
optional bool evaluated = 11;
getEvaluated
in interface ProtobufMessages.ActivationOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static ProtobufMessages.Activation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Activation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Activation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Activation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProtobufMessages.Activation parseFrom(InputStream input) throws IOException
IOException
public static ProtobufMessages.Activation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.Activation parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ProtobufMessages.Activation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.Activation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ProtobufMessages.Activation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProtobufMessages.Activation.Builder newBuilder()
public ProtobufMessages.Activation.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProtobufMessages.Activation.Builder newBuilder(ProtobufMessages.Activation prototype)
public ProtobufMessages.Activation.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ProtobufMessages.Activation.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.