Class StudyPointService
- java.lang.Object
-
- com.farao_community.farao.gridcapa_core_valid.app.study_point.StudyPointService
-
@Component public class StudyPointService extends Object
- Author:
- Ameni Walha <ameni.walha at rte-france.com>, Theo Pascoli <theo.pascoli at rte-france.com>
-
-
Constructor Summary
Constructors Constructor Description StudyPointService(MinioAdapter minioAdapter, com.farao_community.farao.rao_runner.starter.AsynchronousRaoRunnerClient asynchronousRaoRunnerClient, LimitingBranchResultService limitingBranchResultService, FileExporter fileExporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletableFuture<com.farao_community.farao.rao_runner.api.resource.RaoResponse>computeStudyPointRao(StudyPoint studyPoint, com.farao_community.farao.rao_runner.api.resource.RaoRequest raoRequest)com.farao_community.farao.rao_runner.api.resource.RaoRequestcomputeStudyPointShift(StudyPoint studyPoint, StudyPointData studyPointData)StudyPointResultpostTreatRaoResult(StudyPoint studyPoint, StudyPointData studyPointData, com.farao_community.farao.rao_runner.api.resource.RaoResponse raoResponse)
-
-
-
Constructor Detail
-
StudyPointService
public StudyPointService(MinioAdapter minioAdapter, com.farao_community.farao.rao_runner.starter.AsynchronousRaoRunnerClient asynchronousRaoRunnerClient, LimitingBranchResultService limitingBranchResultService, FileExporter fileExporter)
-
-
Method Detail
-
computeStudyPointShift
public com.farao_community.farao.rao_runner.api.resource.RaoRequest computeStudyPointShift(StudyPoint studyPoint, StudyPointData studyPointData)
-
computeStudyPointRao
public CompletableFuture<com.farao_community.farao.rao_runner.api.resource.RaoResponse> computeStudyPointRao(StudyPoint studyPoint, com.farao_community.farao.rao_runner.api.resource.RaoRequest raoRequest)
-
postTreatRaoResult
public StudyPointResult postTreatRaoResult(StudyPoint studyPoint, StudyPointData studyPointData, com.farao_community.farao.rao_runner.api.resource.RaoResponse raoResponse)
-
-