Uses of Class
com.farao_community.farao.gridcapa_core_valid.app.study_point.StudyPoint
-
-
Uses of StudyPoint in com.farao_community.farao.gridcapa_core_valid.app.limiting_branch
Methods in com.farao_community.farao.gridcapa_core_valid.app.limiting_branch with parameters of type StudyPoint Modifier and Type Method Description List<LimitingBranchResult>LimitingBranchResultService. importRaoResult(StudyPoint studyPoint, com.farao_community.farao.data.crac_creation.creator.fb_constraint.crac_creator.FbConstraintCreationContext cracCreationContext, String raoResultUrl) -
Uses of StudyPoint in com.farao_community.farao.gridcapa_core_valid.app.services
Methods in com.farao_community.farao.gridcapa_core_valid.app.services that return types with arguments of type StudyPoint Modifier and Type Method Description List<StudyPoint>FileImporter. importStudyPoints(CoreValidFileResource studyPointsFileResource, OffsetDateTime timestamp)Methods in com.farao_community.farao.gridcapa_core_valid.app.services with parameters of type StudyPoint Modifier and Type Method Description StringFileExporter. saveShiftedCgm(com.powsybl.iidm.network.Network network, StudyPoint studyPoint)static voidNetPositionsHandler. shiftNetPositionToStudyPoint(com.powsybl.iidm.network.Network network, StudyPoint studyPoint, com.farao_community.farao.commons.ZonalData<com.powsybl.action.util.Scalable> scalableZonalData, Map<String,Double> coreNetPositions) -
Uses of StudyPoint in com.farao_community.farao.gridcapa_core_valid.app.study_point
Methods in com.farao_community.farao.gridcapa_core_valid.app.study_point that return types with arguments of type StudyPoint Modifier and Type Method Description static List<StudyPoint>StudyPointsImporter. importStudyPoints(InputStream inputStream)static List<StudyPoint>StudyPointsImporter. importStudyPoints(InputStream studyPointsStream, OffsetDateTime timestamp)Methods in com.farao_community.farao.gridcapa_core_valid.app.study_point with parameters of type StudyPoint Modifier and Type Method Description CompletableFuture<com.farao_community.farao.rao_runner.api.resource.RaoResponse>StudyPointService. computeStudyPointRao(StudyPoint studyPoint, com.farao_community.farao.rao_runner.api.resource.RaoRequest raoRequest)com.farao_community.farao.rao_runner.api.resource.RaoRequestStudyPointService. computeStudyPointShift(StudyPoint studyPoint, StudyPointData studyPointData)StudyPointResultStudyPointService. postTreatRaoResult(StudyPoint studyPoint, StudyPointData studyPointData, com.farao_community.farao.rao_runner.api.resource.RaoResponse raoResponse)
-