Uses of Class
org.drools.serialization.protobuf.ProtobufMessages.EqualityKey
-
Packages that use ProtobufMessages.EqualityKey Package Description org.drools.serialization.protobuf -
-
Uses of ProtobufMessages.EqualityKey in org.drools.serialization.protobuf
Fields in org.drools.serialization.protobuf with type parameters of type ProtobufMessages.EqualityKey Modifier and Type Field Description static com.google.protobuf.Parser<ProtobufMessages.EqualityKey>ProtobufMessages.EqualityKey. PARSERDeprecated.Methods in org.drools.serialization.protobuf that return ProtobufMessages.EqualityKey Modifier and Type Method Description ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.Builder. build()ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.Builder. buildPartial()static ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey. getDefaultInstance()ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey.Builder. getDefaultInstanceForType()ProtobufMessages.EqualityKeyProtobufMessages.EqualityKey. getDefaultInstanceForType()ProtobufMessages.EqualityKeyProtobufMessages.TruthMaintenanceSystem.Builder. getKey(int index)repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.EqualityKeyProtobufMessages.TruthMaintenanceSystem. getKey(int index)repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.EqualityKeyProtobufMessages.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.EqualityKey Modifier and Type Method Description List<ProtobufMessages.EqualityKey>ProtobufMessages.TruthMaintenanceSystem.Builder. getKeyList()repeated .org.drools.serialization.protobuf.EqualityKey key = 1;List<ProtobufMessages.EqualityKey>ProtobufMessages.TruthMaintenanceSystem. getKeyList()repeated .org.drools.serialization.protobuf.EqualityKey key = 1;List<ProtobufMessages.EqualityKey>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.EqualityKey Modifier and Type Method Description ProtobufMessages.TruthMaintenanceSystem.BuilderProtobufMessages.TruthMaintenanceSystem.Builder. addKey(int index, ProtobufMessages.EqualityKey value)repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.TruthMaintenanceSystem.BuilderProtobufMessages.TruthMaintenanceSystem.Builder. addKey(ProtobufMessages.EqualityKey value)repeated .org.drools.serialization.protobuf.EqualityKey key = 1;ProtobufMessages.EqualityKey.BuilderProtobufMessages.EqualityKey.Builder. mergeFrom(ProtobufMessages.EqualityKey other)static ProtobufMessages.EqualityKey.BuilderProtobufMessages.EqualityKey. newBuilder(ProtobufMessages.EqualityKey prototype)ProtobufMessages.TruthMaintenanceSystem.BuilderProtobufMessages.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.EqualityKey Modifier and Type Method Description ProtobufMessages.TruthMaintenanceSystem.BuilderProtobufMessages.TruthMaintenanceSystem.Builder. addAllKey(Iterable<? extends ProtobufMessages.EqualityKey> values)repeated .org.drools.serialization.protobuf.EqualityKey key = 1;
-