Package com.powsybl.ampl.converter
Class AmplExportConfig
- java.lang.Object
-
- com.powsybl.ampl.converter.AmplExportConfig
-
public class AmplExportConfig extends Object
- Author:
- Geoffroy Jamgotchian
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AmplExportConfig.ExportActionType
static class
AmplExportConfig.ExportScope
-
Constructor Summary
Constructors Constructor Description AmplExportConfig(AmplExportConfig.ExportScope exportScope, boolean exportXNodes, AmplExportConfig.ExportActionType actionType)
AmplExportConfig(AmplExportConfig.ExportScope exportScope, boolean exportXNodes, AmplExportConfig.ExportActionType actionType, boolean exportRatioTapChangerVoltageTarget, boolean twtSplitShuntAdmittance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmplExportConfig.ExportActionType
getActionType()
AmplExportConfig.ExportScope
getExportScope()
boolean
isExportRatioTapChangerVoltageTarget()
boolean
isExportXNodes()
boolean
isTwtSplitShuntAdmittance()
AmplExportConfig
setActionType(AmplExportConfig.ExportActionType actionType)
AmplExportConfig
setExportRatioTapChangerVoltageTarget(boolean exportRatioTapChangerVoltageTarget)
AmplExportConfig
setExportScope(AmplExportConfig.ExportScope exportScope)
AmplExportConfig
setExportXNodes(boolean exportXNodes)
AmplExportConfig
setTwtSplitShuntAdmittance(boolean twtSplitShuntAdmittance)
-
-
-
Constructor Detail
-
AmplExportConfig
public AmplExportConfig(AmplExportConfig.ExportScope exportScope, boolean exportXNodes, AmplExportConfig.ExportActionType actionType)
-
AmplExportConfig
public AmplExportConfig(AmplExportConfig.ExportScope exportScope, boolean exportXNodes, AmplExportConfig.ExportActionType actionType, boolean exportRatioTapChangerVoltageTarget, boolean twtSplitShuntAdmittance)
-
-
Method Detail
-
getExportScope
public AmplExportConfig.ExportScope getExportScope()
-
setExportScope
public AmplExportConfig setExportScope(AmplExportConfig.ExportScope exportScope)
-
isExportXNodes
public boolean isExportXNodes()
-
setExportXNodes
public AmplExportConfig setExportXNodes(boolean exportXNodes)
-
getActionType
public AmplExportConfig.ExportActionType getActionType()
-
setActionType
public AmplExportConfig setActionType(AmplExportConfig.ExportActionType actionType)
-
isExportRatioTapChangerVoltageTarget
public boolean isExportRatioTapChangerVoltageTarget()
-
setExportRatioTapChangerVoltageTarget
public AmplExportConfig setExportRatioTapChangerVoltageTarget(boolean exportRatioTapChangerVoltageTarget)
-
isTwtSplitShuntAdmittance
public boolean isTwtSplitShuntAdmittance()
-
setTwtSplitShuntAdmittance
public AmplExportConfig setTwtSplitShuntAdmittance(boolean twtSplitShuntAdmittance)
-
-