Package com.powsybl.ucte.converter
Class UcteExporter
- java.lang.Object
-
- com.powsybl.ucte.converter.UcteExporter
-
- All Implemented Interfaces:
Exporter
@AutoService(Exporter.class) public class UcteExporter extends Object implements Exporter
- Author:
- Abdelsalem HEDHILI <abdelsalem.hedhili at rte-france.com>, Mathieu BAGUE <mathieu.bague at rte-france.com>
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMING_STRATEGY
-
Constructor Summary
Constructors Constructor Description UcteExporter()
UcteExporter(PlatformConfig platformConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
export(Network network, Properties parameters, DataSource dataSource)
Export a model.String
getComment()
Get some information about this exporter.String
getFormat()
Get a unique identifier of the format.List<Parameter>
getParameters()
Get a description of export parameters
-
-
-
Field Detail
-
NAMING_STRATEGY
public static final String NAMING_STRATEGY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UcteExporter
public UcteExporter()
-
UcteExporter
public UcteExporter(PlatformConfig platformConfig)
-
-
Method Detail
-
getFormat
public String getFormat()
Description copied from interface:Exporter
Get a unique identifier of the format.
-
getComment
public String getComment()
Description copied from interface:Exporter
Get some information about this exporter.- Specified by:
getComment
in interfaceExporter
-
export
public void export(Network network, Properties parameters, DataSource dataSource)
Description copied from interface:Exporter
Export a model.
-
getParameters
public List<Parameter> getParameters()
Description copied from interface:Exporter
Get a description of export parameters- Specified by:
getParameters
in interfaceExporter
- Returns:
-
-