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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetActivationGroup()optional int64 propagation_number = 6;com.google.protobuf.ByteStringgetActivationGroupBytes()optional int64 propagation_number = 6;booleangetEvaluated()optional bool evaluated = 11;longgetHandleId()optional int64 handle_id = 9;booleangetIsActivated()optional bool is_activated = 8;longgetLogicalDependency(int index)repeated int64 logical_dependency = 10;intgetLogicalDependencyCount()repeated int64 logical_dependency = 10;List<Long>getLogicalDependencyList()repeated int64 logical_dependency = 10;StringgetPackageName()optional string package_name = 4;com.google.protobuf.ByteStringgetPackageNameBytes()optional string package_name = 4;StringgetRuleName()optional string rule_name = 5;com.google.protobuf.ByteStringgetRuleNameBytes()optional string rule_name = 5;intgetSalience()optional int32 salience = 3;ProtobufMessages.TuplegetTuple()optional int64 activation_number = 1;ProtobufMessages.TupleOrBuildergetTupleOrBuilder()optional int64 activation_number = 1;booleanhasActivationGroup()optional int64 propagation_number = 6;booleanhasEvaluated()optional bool evaluated = 11;booleanhasHandleId()optional int64 handle_id = 9;booleanhasIsActivated()optional bool is_activated = 8;booleanhasPackageName()optional string package_name = 4;booleanhasRuleName()optional string rule_name = 5;booleanhasSalience()optional int32 salience = 3;booleanhasTuple()optional int64 activation_number = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
List<Long> 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.
-
-