Uses of Class
org.drools.serialization.protobuf.ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder
Packages that use ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder
-
Uses of ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder in org.drools.serialization.protobuf
Methods in org.drools.serialization.protobuf that return ProtobufMessages.NodeMemory.AccumulateNodeMemory.BuilderModifier and TypeMethodDescriptionProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.addAllContext(Iterable<? extends ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext> values) repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.addContext(int index, ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext value) repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.addContext(int index, ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext.Builder builderForValue) repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.addContext(ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext value) repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.addContext(ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext.Builder builderForValue) repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.clear()ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.clearContext()repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;ProtobufMessages.NodeMemory.Builder.getAccumulateBuilder()optional .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory accumulate = 3;ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.mergeFrom(com.google.protobuf.Message other) ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.mergeFrom(ProtobufMessages.NodeMemory.AccumulateNodeMemory other) ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ProtobufMessages.NodeMemory.AccumulateNodeMemory.newBuilder()ProtobufMessages.NodeMemory.AccumulateNodeMemory.newBuilder(ProtobufMessages.NodeMemory.AccumulateNodeMemory prototype) ProtobufMessages.NodeMemory.AccumulateNodeMemory.newBuilderForType()ProtobufMessages.NodeMemory.AccumulateNodeMemory.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.removeContext(int index) repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.setContext(int index, ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext value) repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.setContext(int index, ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext.Builder builderForValue) repeated .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ProtobufMessages.NodeMemory.AccumulateNodeMemory.toBuilder()Methods in org.drools.serialization.protobuf with parameters of type ProtobufMessages.NodeMemory.AccumulateNodeMemory.BuilderModifier and TypeMethodDescriptionProtobufMessages.NodeMemory.Builder.setAccumulate(ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder builderForValue) optional .org.drools.serialization.protobuf.NodeMemory.AccumulateNodeMemory accumulate = 3;