From f119fc78dda4d1e828dde04f378a63a93e3a0a7e Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 2 Jul 2020 18:39:28 +0200 Subject: Add current progress on frontend port --- .../kotlin/com/atlarge/opendc/workflows/service/StageWorkflowService.kt | 2 +- .../main/kotlin/com/atlarge/opendc/workflows/service/WorkflowService.kt | 2 +- .../com/atlarge/opendc/workflows/service/stage/task/TaskOrderPolicy.kt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'simulator/opendc/opendc-workflows/src') diff --git a/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/StageWorkflowService.kt b/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/StageWorkflowService.kt index 7a20363c..7c7990e2 100644 --- a/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/StageWorkflowService.kt +++ b/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/StageWorkflowService.kt @@ -51,7 +51,7 @@ import kotlinx.coroutines.withContext /** * A [WorkflowService] that distributes work through a multi-stage process based on the Reference Architecture for - * Datacenter Scheduling. + * Topology Scheduling. */ class StageWorkflowService( private val domain: Domain, diff --git a/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/WorkflowService.kt b/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/WorkflowService.kt index 38ea49c4..ad818dde 100644 --- a/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/WorkflowService.kt +++ b/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/WorkflowService.kt @@ -32,7 +32,7 @@ import java.util.UUID /** * A service for cloud workflow management. * - * The workflow scheduler is modelled after the Reference Architecture for Datacenter Scheduling by Andreadis et al. + * The workflow scheduler is modelled after the Reference Architecture for Topology Scheduling by Andreadis et al. */ public interface WorkflowService { /** diff --git a/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/stage/task/TaskOrderPolicy.kt b/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/stage/task/TaskOrderPolicy.kt index bfdc7924..e74082c2 100644 --- a/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/stage/task/TaskOrderPolicy.kt +++ b/simulator/opendc/opendc-workflows/src/main/kotlin/com/atlarge/opendc/workflows/service/stage/task/TaskOrderPolicy.kt @@ -28,7 +28,7 @@ import com.atlarge.opendc.workflows.service.TaskState import com.atlarge.opendc.workflows.service.stage.StagePolicy /** - * This interface represents the **T2** stage of the Reference Architecture for Datacenter Schedulers and provides the + * This interface represents the **T2** stage of the Reference Architecture for Topology Schedulers and provides the * scheduler with a sorted list of tasks to schedule. */ interface TaskOrderPolicy : StagePolicy> -- cgit v1.2.3