Uses of Class
io.flowcean.learner.grpc.LearnerOuterClass.Empty
-
Packages that use LearnerOuterClass.Empty Package Description flowcean.AutomataLearner io.flowcean.learner.grpc -
-
Uses of LearnerOuterClass.Empty in flowcean.AutomataLearner
Methods in flowcean.AutomataLearner with parameters of type LearnerOuterClass.Empty Modifier and Type Method Description void
GRPCServerLearner. export(LearnerOuterClass.Empty request, io.grpc.stub.StreamObserver<LearnerOuterClass.Empty> responseObserver)
Exports the Java-object to a file TODO: this function will change and implement the learner's "save"-functionalityMethod parameters in flowcean.AutomataLearner with type arguments of type LearnerOuterClass.Empty Modifier and Type Method Description void
GRPCServerLearner. export(LearnerOuterClass.Empty request, io.grpc.stub.StreamObserver<LearnerOuterClass.Empty> responseObserver)
Exports the Java-object to a file TODO: this function will change and implement the learner's "save"-functionality -
Uses of LearnerOuterClass.Empty in io.flowcean.learner.grpc
Methods in io.flowcean.learner.grpc that return LearnerOuterClass.Empty Modifier and Type Method Description LearnerOuterClass.Empty
LearnerOuterClass.Empty.Builder. build()
LearnerOuterClass.Empty
LearnerOuterClass.Empty.Builder. buildPartial()
LearnerOuterClass.Empty
LearnerGrpc.LearnerBlockingStub. export(LearnerOuterClass.Empty request)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. getDefaultInstance()
LearnerOuterClass.Empty
LearnerOuterClass.Empty.Builder. getDefaultInstanceForType()
LearnerOuterClass.Empty
LearnerOuterClass.Empty. getDefaultInstanceForType()
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseDelimitedFrom(InputStream input)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseFrom(byte[] data)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseFrom(com.google.protobuf.ByteString data)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseFrom(com.google.protobuf.CodedInputStream input)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseFrom(InputStream input)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseFrom(ByteBuffer data)
static LearnerOuterClass.Empty
LearnerOuterClass.Empty. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.flowcean.learner.grpc that return types with arguments of type LearnerOuterClass.Empty Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<LearnerOuterClass.Empty>
LearnerGrpc.LearnerFutureStub. export(LearnerOuterClass.Empty request)
static io.grpc.MethodDescriptor<LearnerOuterClass.Empty,LearnerOuterClass.Empty>
LearnerGrpc. getExportMethod()
static io.grpc.MethodDescriptor<LearnerOuterClass.Empty,LearnerOuterClass.Empty>
LearnerGrpc. getExportMethod()
com.google.protobuf.Parser<LearnerOuterClass.Empty>
LearnerOuterClass.Empty. getParserForType()
static com.google.protobuf.Parser<LearnerOuterClass.Empty>
LearnerOuterClass.Empty. parser()
Methods in io.flowcean.learner.grpc with parameters of type LearnerOuterClass.Empty Modifier and Type Method Description default void
LearnerGrpc.AsyncService. export(LearnerOuterClass.Empty request, io.grpc.stub.StreamObserver<LearnerOuterClass.Empty> responseObserver)
LearnerOuterClass.Empty
LearnerGrpc.LearnerBlockingStub. export(LearnerOuterClass.Empty request)
com.google.common.util.concurrent.ListenableFuture<LearnerOuterClass.Empty>
LearnerGrpc.LearnerFutureStub. export(LearnerOuterClass.Empty request)
void
LearnerGrpc.LearnerStub. export(LearnerOuterClass.Empty request, io.grpc.stub.StreamObserver<LearnerOuterClass.Empty> responseObserver)
LearnerOuterClass.Empty.Builder
LearnerOuterClass.Empty.Builder. mergeFrom(LearnerOuterClass.Empty other)
static LearnerOuterClass.Empty.Builder
LearnerOuterClass.Empty. newBuilder(LearnerOuterClass.Empty prototype)
Method parameters in io.flowcean.learner.grpc with type arguments of type LearnerOuterClass.Empty Modifier and Type Method Description default void
LearnerGrpc.AsyncService. export(LearnerOuterClass.Empty request, io.grpc.stub.StreamObserver<LearnerOuterClass.Empty> responseObserver)
void
LearnerGrpc.LearnerStub. export(LearnerOuterClass.Empty request, io.grpc.stub.StreamObserver<LearnerOuterClass.Empty> responseObserver)
-