Uses of Record Class
dev.dokimos.core.RunHandle
Packages that use RunHandle
-
Uses of RunHandle in dev.dokimos.core
Methods in dev.dokimos.core that return RunHandleModifier and TypeMethodDescriptionStarts a new experiment run.Methods in dev.dokimos.core with parameters of type RunHandleModifier and TypeMethodDescriptionvoidNoOpReporter.completeRun(RunHandle handle, RunStatus status) voidReporter.completeRun(RunHandle handle, RunStatus status) Marks a run as complete.voidNoOpReporter.reportItem(RunHandle handle, ItemResult result) voidReporter.reportItem(RunHandle handle, ItemResult result) Reports a single evaluated item. -
Uses of RunHandle in dev.dokimos.server.client
Methods in dev.dokimos.server.client that return RunHandleModifier and TypeMethodDescriptionMethods in dev.dokimos.server.client with parameters of type RunHandleModifier and TypeMethodDescriptionvoidDokimosServerReporter.completeRun(RunHandle handle, RunStatus status) voidDokimosServerReporter.reportItem(RunHandle handle, ItemResult result)