Interface ProtobufMessages.ActivationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.Activation,ProtobufMessages.Activation.Builder
- Enclosing class:
- ProtobufMessages
public static interface ProtobufMessages.ActivationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional int64 propagation_number = 6;com.google.protobuf.ByteStringoptional int64 propagation_number = 6;booleanoptional bool evaluated = 11;longoptional int64 handle_id = 9;booleanoptional bool is_activated = 8;longgetLogicalDependency(int index) repeated int64 logical_dependency = 10;intrepeated int64 logical_dependency = 10;repeated int64 logical_dependency = 10;optional string package_name = 4;com.google.protobuf.ByteStringoptional string package_name = 4;optional string rule_name = 5;com.google.protobuf.ByteStringoptional string rule_name = 5;intoptional int32 salience = 3;getTuple()optional int64 activation_number = 1;optional int64 activation_number = 1;booleanoptional int64 propagation_number = 6;booleanoptional bool evaluated = 11;booleanoptional int64 handle_id = 9;booleanoptional bool is_activated = 8;booleanoptional string package_name = 4;booleanoptional string rule_name = 5;booleanoptional int32 salience = 3;booleanhasTuple()optional int64 activation_number = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTuple
boolean hasTuple()optional int64 activation_number = 1;
optional .org.drools.serialization.protobuf.Tuple tuple = 2;- Returns:
- Whether the tuple field is set.
-
getTuple
ProtobufMessages.Tuple getTuple()optional int64 activation_number = 1;
optional .org.drools.serialization.protobuf.Tuple tuple = 2;- Returns:
- The tuple.
-
getTupleOrBuilder
ProtobufMessages.TupleOrBuilder getTupleOrBuilder()optional int64 activation_number = 1;
optional .org.drools.serialization.protobuf.Tuple tuple = 2; -
hasSalience
boolean hasSalience()optional int32 salience = 3;- Returns:
- Whether the salience field is set.
-
getSalience
int getSalience()optional int32 salience = 3;- Returns:
- The salience.
-
hasPackageName
boolean hasPackageName()optional string package_name = 4;- Returns:
- Whether the packageName field is set.
-
getPackageName
String getPackageName()optional string package_name = 4;- Returns:
- The packageName.
-
getPackageNameBytes
com.google.protobuf.ByteString getPackageNameBytes()optional string package_name = 4;- Returns:
- The bytes for packageName.
-
hasRuleName
boolean hasRuleName()optional string rule_name = 5;- Returns:
- Whether the ruleName field is set.
-
getRuleName
String getRuleName()optional string rule_name = 5;- Returns:
- The ruleName.
-
getRuleNameBytes
com.google.protobuf.ByteString getRuleNameBytes()optional string rule_name = 5;- Returns:
- The bytes for ruleName.
-
hasActivationGroup
boolean hasActivationGroup()optional int64 propagation_number = 6;
optional string activation_group = 7;- Returns:
- Whether the activationGroup field is set.
-
getActivationGroup
String getActivationGroup()optional int64 propagation_number = 6;
optional string activation_group = 7;- Returns:
- The activationGroup.
-
getActivationGroupBytes
com.google.protobuf.ByteString getActivationGroupBytes()optional int64 propagation_number = 6;
optional string activation_group = 7;- Returns:
- The bytes for activationGroup.
-
hasIsActivated
boolean hasIsActivated()optional bool is_activated = 8;- Returns:
- Whether the isActivated field is set.
-
getIsActivated
boolean getIsActivated()optional bool is_activated = 8;- Returns:
- The isActivated.
-
hasHandleId
boolean hasHandleId()optional int64 handle_id = 9;- Returns:
- Whether the handleId field is set.
-
getHandleId
long getHandleId()optional int64 handle_id = 9;- Returns:
- The handleId.
-
getLogicalDependencyList
repeated int64 logical_dependency = 10;- Returns:
- A list containing the logicalDependency.
-
getLogicalDependencyCount
int getLogicalDependencyCount()repeated int64 logical_dependency = 10;- Returns:
- The count of logicalDependency.
-
getLogicalDependency
long getLogicalDependency(int index) repeated int64 logical_dependency = 10;- Parameters:
index- The index of the element to return.- Returns:
- The logicalDependency at the given index.
-
hasEvaluated
boolean hasEvaluated()optional bool evaluated = 11;- Returns:
- Whether the evaluated field is set.
-
getEvaluated
boolean getEvaluated()optional bool evaluated = 11;- Returns:
- The evaluated.
-