Uses of Class
io.flowcean.learner.grpc.LearnerOuterClass.Prediction
Packages that use LearnerOuterClass.Prediction
-
Uses of LearnerOuterClass.Prediction in flowcean.AutomataLearner
Method parameters in flowcean.AutomataLearner with type arguments of type LearnerOuterClass.PredictionModifier and TypeMethodDescriptionvoidGRPCServerLearner.predict(LearnerOuterClass.DataPackage data, io.grpc.stub.StreamObserver<LearnerOuterClass.Prediction> responseObserver) Predicts the final output of a trace 1. -
Uses of LearnerOuterClass.Prediction in io.flowcean.learner.grpc
Methods in io.flowcean.learner.grpc that return LearnerOuterClass.PredictionModifier and TypeMethodDescriptionLearnerOuterClass.Prediction.Builder.build()LearnerOuterClass.Prediction.Builder.buildPartial()static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.getDefaultInstance()LearnerOuterClass.Prediction.Builder.getDefaultInstanceForType()LearnerOuterClass.Prediction.getDefaultInstanceForType()static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseDelimitedFrom(InputStream input) static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseFrom(byte[] data) static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseFrom(com.google.protobuf.ByteString data) static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseFrom(com.google.protobuf.CodedInputStream input) static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseFrom(InputStream input) static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseFrom(ByteBuffer data) static LearnerOuterClass.PredictionLearnerOuterClass.Prediction.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LearnerGrpc.LearnerBlockingStub.predict(LearnerOuterClass.DataPackage request) Methods in io.flowcean.learner.grpc that return types with arguments of type LearnerOuterClass.PredictionModifier and TypeMethodDescriptioncom.google.protobuf.Parser<LearnerOuterClass.Prediction> LearnerOuterClass.Prediction.getParserForType()static io.grpc.MethodDescriptor<LearnerOuterClass.DataPackage, LearnerOuterClass.Prediction> LearnerGrpc.getPredictMethod()static com.google.protobuf.Parser<LearnerOuterClass.Prediction> LearnerOuterClass.Prediction.parser()com.google.common.util.concurrent.ListenableFuture<LearnerOuterClass.Prediction> LearnerGrpc.LearnerFutureStub.predict(LearnerOuterClass.DataPackage request) Methods in io.flowcean.learner.grpc with parameters of type LearnerOuterClass.PredictionModifier and TypeMethodDescriptionLearnerOuterClass.Prediction.Builder.mergeFrom(LearnerOuterClass.Prediction other) LearnerOuterClass.Prediction.newBuilder(LearnerOuterClass.Prediction prototype) Method parameters in io.flowcean.learner.grpc with type arguments of type LearnerOuterClass.PredictionModifier and TypeMethodDescriptiondefault voidLearnerGrpc.AsyncService.predict(LearnerOuterClass.DataPackage request, io.grpc.stub.StreamObserver<LearnerOuterClass.Prediction> responseObserver) voidLearnerGrpc.LearnerStub.predict(LearnerOuterClass.DataPackage request, io.grpc.stub.StreamObserver<LearnerOuterClass.Prediction> responseObserver)