Uses of Class
com.powsybl.iidm.network.Country
-
Packages that use Country Package Description com.powsybl.cgmes.conversion com.powsybl.entsoe.util com.powsybl.iidm.anonymizer com.powsybl.iidm.mergingview com.powsybl.iidm.network com.powsybl.loadflow com.powsybl.security -
-
Uses of Country in com.powsybl.cgmes.conversion
Methods in com.powsybl.cgmes.conversion that return types with arguments of type Country Modifier and Type Method Description static Optional<Country>
CountryConversion. fromIsoCode(String iso)
static Optional<Country>
CountryConversion. fromRegionName(String gr)
static Optional<Country>
CountryConversion. fromSubregionName(String name)
-
Uses of Country in com.powsybl.entsoe.util
Methods in com.powsybl.entsoe.util that return Country Modifier and Type Method Description Country
BoundaryPoint. getBorderFrom()
Country
BoundaryPoint. getBorderTo()
Country
EntsoeGeographicalCode. getCountry()
Methods in com.powsybl.entsoe.util with parameters of type Country Modifier and Type Method Description static Collection<EntsoeGeographicalCode>
EntsoeGeographicalCode. forCountry(Country country)
Constructors in com.powsybl.entsoe.util with parameters of type Country Constructor Description BoundaryPoint(String name, Country borderFrom, Country borderTo)
-
Uses of Country in com.powsybl.iidm.anonymizer
Methods in com.powsybl.iidm.anonymizer that return Country Modifier and Type Method Description Country
Anonymizer. anonymizeCountry(Country country)
Country
FakeAnonymizer. anonymizeCountry(Country country)
Country
SimpleAnonymizer. anonymizeCountry(Country country)
Country
Anonymizer. deanonymizeCountry(Country country)
Country
FakeAnonymizer. deanonymizeCountry(Country country)
Country
SimpleAnonymizer. deanonymizeCountry(Country country)
Methods in com.powsybl.iidm.anonymizer with parameters of type Country Modifier and Type Method Description Country
Anonymizer. anonymizeCountry(Country country)
Country
FakeAnonymizer. anonymizeCountry(Country country)
Country
SimpleAnonymizer. anonymizeCountry(Country country)
Country
Anonymizer. deanonymizeCountry(Country country)
Country
FakeAnonymizer. deanonymizeCountry(Country country)
Country
SimpleAnonymizer. deanonymizeCountry(Country country)
-
Uses of Country in com.powsybl.iidm.mergingview
Methods in com.powsybl.iidm.mergingview that return types with arguments of type Country Modifier and Type Method Description Set<Country>
MergingView. getCountries()
Methods in com.powsybl.iidm.mergingview with parameters of type Country Modifier and Type Method Description Iterable<Substation>
MergingView. getSubstations(Country country, String tsoId, String... geographicalTags)
-
Uses of Country in com.powsybl.iidm.network
Methods in com.powsybl.iidm.network that return Country Modifier and Type Method Description Country
Substation. getNullableCountry()
Get country to which the substation belongs if it is defined, null otherwise.static Country
Country. valueOf(String name)
Returns the enum constant of this type with the specified name.static Country[]
Country. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.powsybl.iidm.network that return types with arguments of type Country Modifier and Type Method Description Set<Country>
Network. getCountries()
Get all countries.Optional<Country>
Substation. getCountry()
Get an optional containing the country to which the substation belongs if it is defined, Optional.empty() if not.Methods in com.powsybl.iidm.network with parameters of type Country Modifier and Type Method Description Iterable<Substation>
Network. getSubstations(Country country, String tsoId, String... geographicalTags)
Get substation located in a specific county, TSO and marked with a list of geographical tag.Substation
Substation. setCountry(Country country)
SubstationAdder
SubstationAdder. setCountry(Country country)
-
Uses of Country in com.powsybl.loadflow
Fields in com.powsybl.loadflow with type parameters of type Country Modifier and Type Field Description static Set<Country>
LoadFlowParameters. DEFAULT_COUNTRIES_TO_BALANCE
Methods in com.powsybl.loadflow that return types with arguments of type Country Modifier and Type Method Description Set<Country>
LoadFlowParameters. getCountriesToBalance()
Method parameters in com.powsybl.loadflow with type arguments of type Country Modifier and Type Method Description LoadFlowParameters
LoadFlowParameters. setCountriesToBalance(Set<Country> countriesToBalance)
Constructor parameters in com.powsybl.loadflow with type arguments of type Country Constructor Description LoadFlowParameters(LoadFlowParameters.VoltageInitMode voltageInitMode, boolean transformerVoltageControlOn, boolean noGeneratorReactiveLimits, boolean phaseShifterRegulationOn, boolean twtSplitShuntAdmittance, boolean shuntCompensatorVoltageControlOn, boolean readSlackBus, boolean writeSlackBus, boolean dc, boolean distributedSlack, LoadFlowParameters.BalanceType balanceType, boolean dcUseTransformerRatio, Set<Country> countriesToBalance, LoadFlowParameters.ConnectedComponentMode connectedComponentMode, boolean hvdcAcEmulation)
-
Uses of Country in com.powsybl.security
Methods in com.powsybl.security that return types with arguments of type Country Modifier and Type Method Description Set<Country>
LimitViolationFilter. getCountries()
static Optional<Country>
LimitViolationHelper. getCountry(LimitViolation limitViolation, Network network)
Method parameters in com.powsybl.security with type arguments of type Country Modifier and Type Method Description LimitViolationFilter
LimitViolationFilter. setCountries(Set<Country> countries)
-