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 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

      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.