Uses of Class
org.drools.serialization.protobuf.ProtobufMessages.EqualityKey.Builder
Packages that use ProtobufMessages.EqualityKey.Builder
-
Uses of ProtobufMessages.EqualityKey.Builder in org.drools.serialization.protobuf
Methods in org.drools.serialization.protobuf that return ProtobufMessages.EqualityKey.BuilderModifier and TypeMethodDescriptionProtobufMessages.EqualityKey.Builder.addAllOtherHandle(Iterable<? extends Long> values) repeated int64 other_handle = 3;ProtobufMessages.TruthMaintenanceSystem.Builder.addKeyBuilder()repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.Builder.addKeyBuilder(int index) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.EqualityKey.Builder.addOtherHandle(long value) repeated int64 other_handle = 3;ProtobufMessages.EqualityKey.Builder.clear()ProtobufMessages.EqualityKey.Builder.clearBeliefSet()optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;ProtobufMessages.EqualityKey.Builder.clearHandleId()optional int64 handle_id = 2;ProtobufMessages.EqualityKey.Builder.clearOtherHandle()repeated int64 other_handle = 3;ProtobufMessages.EqualityKey.Builder.clearStatus()optional int32 status = 1;ProtobufMessages.TruthMaintenanceSystem.Builder.getKeyBuilder(int index) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.EqualityKey.Builder.mergeBeliefSet(ProtobufMessages.BeliefSet value) optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;ProtobufMessages.EqualityKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtobufMessages.EqualityKey.Builder.mergeFrom(com.google.protobuf.Message other) ProtobufMessages.EqualityKey.Builder.mergeFrom(ProtobufMessages.EqualityKey other) ProtobufMessages.EqualityKey.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ProtobufMessages.EqualityKey.newBuilder()ProtobufMessages.EqualityKey.newBuilder(ProtobufMessages.EqualityKey prototype) ProtobufMessages.EqualityKey.newBuilderForType()protected ProtobufMessages.EqualityKey.BuilderProtobufMessages.EqualityKey.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ProtobufMessages.EqualityKey.Builder.setBeliefSet(ProtobufMessages.BeliefSet value) optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;ProtobufMessages.EqualityKey.Builder.setBeliefSet(ProtobufMessages.BeliefSet.Builder builderForValue) optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;ProtobufMessages.EqualityKey.Builder.setHandleId(long value) optional int64 handle_id = 2;ProtobufMessages.EqualityKey.Builder.setOtherHandle(int index, long value) repeated int64 other_handle = 3;ProtobufMessages.EqualityKey.Builder.setStatus(int value) optional int32 status = 1;ProtobufMessages.EqualityKey.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ProtobufMessages.EqualityKey.toBuilder()Methods in org.drools.serialization.protobuf that return types with arguments of type ProtobufMessages.EqualityKey.BuilderModifier and TypeMethodDescriptionProtobufMessages.TruthMaintenanceSystem.Builder.getKeyBuilderList()repeated .org.drools.serialization.protobuf.EqualityKey key = 1;Methods in org.drools.serialization.protobuf with parameters of type ProtobufMessages.EqualityKey.BuilderModifier and TypeMethodDescriptionProtobufMessages.TruthMaintenanceSystem.Builder.addKey(int index, ProtobufMessages.EqualityKey.Builder builderForValue) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.Builder.addKey(ProtobufMessages.EqualityKey.Builder builderForValue) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.Builder.setKey(int index, ProtobufMessages.EqualityKey.Builder builderForValue) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;