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 void
GRPCServerLearner. 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.Prediction
LearnerOuterClass.Prediction.Builder. build()
LearnerOuterClass.Prediction
LearnerOuterClass.Prediction.Builder. buildPartial()
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. getDefaultInstance()
LearnerOuterClass.Prediction
LearnerOuterClass.Prediction.Builder. getDefaultInstanceForType()
LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. getDefaultInstanceForType()
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseDelimitedFrom(InputStream input)
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseFrom(byte[] data)
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseFrom(com.google.protobuf.ByteString data)
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseFrom(com.google.protobuf.CodedInputStream input)
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseFrom(InputStream input)
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseFrom(ByteBuffer data)
static LearnerOuterClass.Prediction
LearnerOuterClass.Prediction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
LearnerOuterClass.Prediction
LearnerGrpc.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.Builder
LearnerOuterClass.Prediction.Builder. mergeFrom(LearnerOuterClass.Prediction other)
static LearnerOuterClass.Prediction.Builder
LearnerOuterClass.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 void
LearnerGrpc.AsyncService. predict(LearnerOuterClass.DataPackage request, io.grpc.stub.StreamObserver<LearnerOuterClass.Prediction> responseObserver)
void
LearnerGrpc.LearnerStub. predict(LearnerOuterClass.DataPackage request, io.grpc.stub.StreamObserver<LearnerOuterClass.Prediction> responseObserver)
-