Uses of Class
io.flowcean.learner.grpc.LearnerOuterClass.Prediction
-
Packages that use LearnerOuterClass.Prediction Package Description flowcean.AutomataLearner io.flowcean.learner.grpc -
-
Uses of LearnerOuterClass.Prediction in flowcean.AutomataLearner
Method parameters in flowcean.AutomataLearner with type arguments of type LearnerOuterClass.Prediction Modifier and Type Method Description voidGRPCServerLearner. 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.Prediction Modifier and Type Method Description LearnerOuterClass.PredictionLearnerOuterClass.Prediction.Builder. build()LearnerOuterClass.PredictionLearnerOuterClass.Prediction.Builder. buildPartial()static LearnerOuterClass.PredictionLearnerOuterClass.Prediction. getDefaultInstance()LearnerOuterClass.PredictionLearnerOuterClass.Prediction.Builder. getDefaultInstanceForType()LearnerOuterClass.PredictionLearnerOuterClass.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)LearnerOuterClass.PredictionLearnerGrpc.LearnerBlockingStub. predict(LearnerOuterClass.DataPackage request)Methods in io.flowcean.learner.grpc that return types with arguments of type LearnerOuterClass.Prediction Modifier and Type Method Description com.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.Prediction Modifier and Type Method Description LearnerOuterClass.Prediction.BuilderLearnerOuterClass.Prediction.Builder. mergeFrom(LearnerOuterClass.Prediction other)static LearnerOuterClass.Prediction.BuilderLearnerOuterClass.Prediction. newBuilder(LearnerOuterClass.Prediction prototype)Method parameters in io.flowcean.learner.grpc with type arguments of type LearnerOuterClass.Prediction Modifier and Type Method Description default 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)
-