Uses of Class
com.powsybl.commons.util.StringToIntMapper
-
Packages that use StringToIntMapper Package Description com.powsybl.ampl.converter com.powsybl.ampl.executor -
-
Uses of StringToIntMapper in com.powsybl.ampl.converter
Methods in com.powsybl.ampl.converter that return StringToIntMapper Modifier and Type Method Description static StringToIntMapper<AmplSubset>
AmplUtil. createMapper(Network network)
Methods in com.powsybl.ampl.converter with parameters of type StringToIntMapper Modifier and Type Method Description void
AbstractAmplNetworkUpdater. busConnection(Terminal t, int busNum, StringToIntMapper<AmplSubset> mapper)
AmplNetworkUpdater
AmplNetworkUpdaterFactory. create(StringToIntMapper<AmplSubset> mapper, Network network)
AmplNetworkUpdater
DefaultAmplNetworkUpdaterFactory. create(StringToIntMapper<AmplSubset> mapper, Network network)
static void
AmplUtil. fillMapper(StringToIntMapper<AmplSubset> mapper, Network network)
static void
AmplUtil. fillTieLines(StringToIntMapper<AmplSubset> mapper, Network network)
static int
AmplUtil. getBusNum(StringToIntMapper<AmplSubset> mapper, Terminal t)
static int
AmplUtil. getConnectableBusNum(StringToIntMapper<AmplSubset> mapper, Terminal t)
static void
AmplUtil. resetNetworkMapping(StringToIntMapper<AmplSubset> mapper)
void
AmplExtensionWriter. write(List<AmplExtension> extensions, Network network, int variantIndex, StringToIntMapper<AmplSubset> mapper, DataSource dataSource, boolean append, AmplExportConfig config)
-
Uses of StringToIntMapper in com.powsybl.ampl.executor
Methods in com.powsybl.ampl.executor with parameters of type StringToIntMapper Modifier and Type Method Description InputStream
AmplInputFile. getParameterFileAsStream(StringToIntMapper<AmplSubset> networkAmplMapper)
InputStream to write in the file.void
AmplOutputFile. read(Path outputPath, StringToIntMapper<AmplSubset> networkAmplMapper)
Consummer of the output file.
-