Uses of Class
org.drools.serialization.protobuf.ProtobufMessages.EqualityKey
Packages that use ProtobufMessages.EqualityKey
-
Uses of ProtobufMessages.EqualityKey in org.drools.serialization.protobuf
Fields in org.drools.serialization.protobuf with type parameters of type ProtobufMessages.EqualityKeyModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<ProtobufMessages.EqualityKey>ProtobufMessages.EqualityKey.PARSERDeprecated.Methods in org.drools.serialization.protobuf that return ProtobufMessages.EqualityKeyModifier and TypeMethodDescriptionProtobufMessages.EqualityKey.Builder.build()ProtobufMessages.EqualityKey.Builder.buildPartial()static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.getDefaultInstance()ProtobufMessages.EqualityKey.Builder.getDefaultInstanceForType()ProtobufMessages.EqualityKey.getDefaultInstanceForType()ProtobufMessages.TruthMaintenanceSystem.Builder.getKey(int index) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.getKey(int index) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystemOrBuilder.getKey(int index) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseDelimitedFrom(InputStream input) static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseFrom(byte[] data) static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseFrom(com.google.protobuf.ByteString data) static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseFrom(com.google.protobuf.CodedInputStream input) static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseFrom(InputStream input) static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseFrom(ByteBuffer data) static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.drools.serialization.protobuf that return types with arguments of type ProtobufMessages.EqualityKeyModifier and TypeMethodDescriptionProtobufMessages.TruthMaintenanceSystem.Builder.getKeyList()repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.getKeyList()repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystemOrBuilder.getKeyList()repeated .org.drools.serialization.protobuf.EqualityKey key = 1;com.google.protobuf.Parser<ProtobufMessages.EqualityKey>ProtobufMessages.EqualityKey.getParserForType()static com.google.protobuf.Parser<ProtobufMessages.EqualityKey>ProtobufMessages.EqualityKey.parser()Methods in org.drools.serialization.protobuf with parameters of type ProtobufMessages.EqualityKeyModifier and TypeMethodDescriptionProtobufMessages.TruthMaintenanceSystem.Builder.addKey(int index, ProtobufMessages.EqualityKey value) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.Builder.addKey(ProtobufMessages.EqualityKey value) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.EqualityKey.Builder.mergeFrom(ProtobufMessages.EqualityKey other) ProtobufMessages.EqualityKey.newBuilder(ProtobufMessages.EqualityKey prototype) ProtobufMessages.TruthMaintenanceSystem.Builder.setKey(int index, ProtobufMessages.EqualityKey value) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;Method parameters in org.drools.serialization.protobuf with type arguments of type ProtobufMessages.EqualityKeyModifier and TypeMethodDescriptionProtobufMessages.TruthMaintenanceSystem.Builder.addAllKey(Iterable<? extends ProtobufMessages.EqualityKey> values) repeated .org.drools.serialization.protobuf.EqualityKey key = 1;