Uses of Class
org.drools.serialization.protobuf.ProtobufMessages.TruthMaintenanceSystem.Builder
Packages that use ProtobufMessages.TruthMaintenanceSystem.Builder
-
Uses of ProtobufMessages.TruthMaintenanceSystem.Builder in org.drools.serialization.protobuf
Methods in org.drools.serialization.protobuf that return ProtobufMessages.TruthMaintenanceSystem.BuilderModifier and TypeMethodDescriptionProtobufMessages.TruthMaintenanceSystem.Builder.addAllKey(Iterable<? extends ProtobufMessages.EqualityKey> values) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.Builder.addAllOBSOLETEJustification(Iterable<? extends ProtobufMessages.BeliefSet> values) repeated .org.drools.serialization.protobuf.BeliefSet OBSOLETE_justification = 2;ProtobufMessages.TruthMaintenanceSystem.Builder.addKey(int index, ProtobufMessages.EqualityKey value) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.Builder.addKey(int index, ProtobufMessages.EqualityKey.Builder builderForValue) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.Builder.addKey(ProtobufMessages.EqualityKey value) 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.addOBSOLETEJustification(int index, ProtobufMessages.BeliefSet value) repeated .org.drools.serialization.protobuf.BeliefSet OBSOLETE_justification = 2;ProtobufMessages.TruthMaintenanceSystem.Builder.addOBSOLETEJustification(int index, ProtobufMessages.BeliefSet.Builder builderForValue) repeated .org.drools.serialization.protobuf.BeliefSet OBSOLETE_justification = 2;ProtobufMessages.TruthMaintenanceSystem.Builder.addOBSOLETEJustification(ProtobufMessages.BeliefSet value) repeated .org.drools.serialization.protobuf.BeliefSet OBSOLETE_justification = 2;ProtobufMessages.TruthMaintenanceSystem.Builder.addOBSOLETEJustification(ProtobufMessages.BeliefSet.Builder builderForValue) repeated .org.drools.serialization.protobuf.BeliefSet OBSOLETE_justification = 2;ProtobufMessages.TruthMaintenanceSystem.Builder.clear()ProtobufMessages.TruthMaintenanceSystem.Builder.clearKey()repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.Builder.clearOBSOLETEJustification()repeated .org.drools.serialization.protobuf.BeliefSet OBSOLETE_justification = 2;ProtobufMessages.RuleData.Builder.getOBSOLETETmsBuilder()optional .org.drools.serialization.protobuf.TruthMaintenanceSystem OBSOLETE_tms = 12;ProtobufMessages.EntryPoint.Builder.getTmsBuilder()optional .org.drools.serialization.protobuf.TruthMaintenanceSystem tms = 3;ProtobufMessages.TruthMaintenanceSystem.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProtobufMessages.TruthMaintenanceSystem.Builder.mergeFrom(com.google.protobuf.Message other) ProtobufMessages.TruthMaintenanceSystem.Builder.mergeFrom(ProtobufMessages.TruthMaintenanceSystem other) ProtobufMessages.TruthMaintenanceSystem.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ProtobufMessages.TruthMaintenanceSystem.newBuilder()ProtobufMessages.TruthMaintenanceSystem.newBuilder(ProtobufMessages.TruthMaintenanceSystem prototype) ProtobufMessages.TruthMaintenanceSystem.newBuilderForType()ProtobufMessages.TruthMaintenanceSystem.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ProtobufMessages.TruthMaintenanceSystem.Builder.removeKey(int index) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.Builder.removeOBSOLETEJustification(int index) repeated .org.drools.serialization.protobuf.BeliefSet OBSOLETE_justification = 2;ProtobufMessages.TruthMaintenanceSystem.Builder.setKey(int index, ProtobufMessages.EqualityKey value) 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;ProtobufMessages.TruthMaintenanceSystem.Builder.setOBSOLETEJustification(int index, ProtobufMessages.BeliefSet value) repeated .org.drools.serialization.protobuf.BeliefSet OBSOLETE_justification = 2;ProtobufMessages.TruthMaintenanceSystem.Builder.setOBSOLETEJustification(int index, ProtobufMessages.BeliefSet.Builder builderForValue) repeated .org.drools.serialization.protobuf.BeliefSet OBSOLETE_justification = 2;ProtobufMessages.TruthMaintenanceSystem.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ProtobufMessages.TruthMaintenanceSystem.toBuilder()Methods in org.drools.serialization.protobuf with parameters of type ProtobufMessages.TruthMaintenanceSystem.BuilderModifier and TypeMethodDescriptionProtobufMessages.RuleData.Builder.setOBSOLETETms(ProtobufMessages.TruthMaintenanceSystem.Builder builderForValue) optional .org.drools.serialization.protobuf.TruthMaintenanceSystem OBSOLETE_tms = 12;ProtobufMessages.EntryPoint.Builder.setTms(ProtobufMessages.TruthMaintenanceSystem.Builder builderForValue) optional .org.drools.serialization.protobuf.TruthMaintenanceSystem tms = 3;