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, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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.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.Activation> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasTuple()
optional .org.drools.core.marshalling.Tuple tuple = 2;
optional int64 activation_number = 1;
hasTuple in interface ProtobufMessages.ActivationOrBuilderpublic ProtobufMessages.Tuple getTuple()
optional .org.drools.core.marshalling.Tuple tuple = 2;
optional int64 activation_number = 1;
getTuple in interface ProtobufMessages.ActivationOrBuilderpublic ProtobufMessages.TupleOrBuilder getTupleOrBuilder()
optional .org.drools.core.marshalling.Tuple tuple = 2;
optional int64 activation_number = 1;
getTupleOrBuilder in interface ProtobufMessages.ActivationOrBuilderpublic boolean hasSalience()
optional int32 salience = 3;hasSalience in interface ProtobufMessages.ActivationOrBuilderpublic int getSalience()
optional int32 salience = 3;getSalience in interface ProtobufMessages.ActivationOrBuilderpublic boolean hasPackageName()
optional string package_name = 4;hasPackageName in interface ProtobufMessages.ActivationOrBuilderpublic String getPackageName()
optional string package_name = 4;getPackageName in interface ProtobufMessages.ActivationOrBuilderpublic com.google.protobuf.ByteString getPackageNameBytes()
optional string package_name = 4;getPackageNameBytes in interface ProtobufMessages.ActivationOrBuilderpublic boolean hasRuleName()
optional string rule_name = 5;hasRuleName in interface ProtobufMessages.ActivationOrBuilderpublic String getRuleName()
optional string rule_name = 5;getRuleName in interface ProtobufMessages.ActivationOrBuilderpublic com.google.protobuf.ByteString getRuleNameBytes()
optional string rule_name = 5;getRuleNameBytes in interface ProtobufMessages.ActivationOrBuilderpublic boolean hasActivationGroup()
optional string activation_group = 7;
optional int64 propagation_number = 6;
hasActivationGroup in interface ProtobufMessages.ActivationOrBuilderpublic String getActivationGroup()
optional string activation_group = 7;
optional int64 propagation_number = 6;
getActivationGroup in interface ProtobufMessages.ActivationOrBuilderpublic com.google.protobuf.ByteString getActivationGroupBytes()
optional string activation_group = 7;
optional int64 propagation_number = 6;
getActivationGroupBytes in interface ProtobufMessages.ActivationOrBuilderpublic boolean hasIsActivated()
optional bool is_activated = 8;hasIsActivated in interface ProtobufMessages.ActivationOrBuilderpublic boolean getIsActivated()
optional bool is_activated = 8;getIsActivated in interface ProtobufMessages.ActivationOrBuilderpublic boolean hasHandleId()
optional int32 handle_id = 9;hasHandleId in interface ProtobufMessages.ActivationOrBuilderpublic int getHandleId()
optional int32 handle_id = 9;getHandleId in interface ProtobufMessages.ActivationOrBuilderpublic List<Integer> getLogicalDependencyList()
repeated int32 logical_dependency = 10;getLogicalDependencyList in interface ProtobufMessages.ActivationOrBuilderpublic int getLogicalDependencyCount()
repeated int32 logical_dependency = 10;getLogicalDependencyCount in interface ProtobufMessages.ActivationOrBuilderpublic int getLogicalDependency(int index)
repeated int32 logical_dependency = 10;getLogicalDependency in interface ProtobufMessages.ActivationOrBuilderpublic boolean hasEvaluated()
optional bool evaluated = 11;hasEvaluated in interface ProtobufMessages.ActivationOrBuilderpublic boolean getEvaluated()
optional bool evaluated = 11;getEvaluated in interface ProtobufMessages.ActivationOrBuilderpublic 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.Activation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.Activation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.Activation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.Activation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProtobufMessages.Activation parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.Activation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.Activation parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.Activation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.Activation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProtobufMessages.Activation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProtobufMessages.Activation.Builder newBuilder()
public ProtobufMessages.Activation.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProtobufMessages.Activation.Builder newBuilder(ProtobufMessages.Activation prototype)
public ProtobufMessages.Activation.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProtobufMessages.Activation.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.