Uses of Interface
com.powsybl.iidm.network.TieLine
Packages that use TieLine
Package
Description
-
Uses of TieLine in com.powsybl.ampl.converter
Methods in com.powsybl.ampl.converter with parameters of type TieLineModifier and TypeMethodDescriptionstatic String
AmplUtil.getXnodeBusId
(TieLine tieLine) static String
AmplUtil.getXnodeVoltageLevelId
(TieLine tieLine) -
Uses of TieLine in com.powsybl.ampl.converter.version
Methods in com.powsybl.ampl.converter.version with parameters of type TieLineModifier and TypeMethodDescriptionvoid
BasicAmplExporter.addAdditionalCellsTieLineMiddleBuses
(TableFormatterHelper formatterHelper, TieLine tieLine, int xNodeCcNum) void
ExtendedAmplExporter.addAdditionalCellsTieLineMiddleBuses
(TableFormatterHelper formatterHelper, TieLine tieLine, int xNodeCcNum) void
AmplColumnsExporter.writeTieLineMiddleBusesToFormatter
(TableFormatter formatter, TieLine tieLine, int xNodeCcNum) void
BasicAmplExporter.writeTieLineMiddleBusesToFormatter
(TableFormatter formatter, TieLine tieLine, int xNodeCcNum) void
AmplColumnsExporter.writeTieLineToFormatter
(TableFormatter formatter, TieLine tieLine) void
BasicAmplExporter.writeTieLineToFormatter
(TableFormatter formatter, TieLine l) void
AmplColumnsExporter.writeTieLineVoltageLevelToFormatter
(TableFormatter formatter, TieLine tieLine) void
BasicAmplExporter.writeTieLineVoltageLevelToFormatter
(TableFormatter formatter, TieLine tieLine) -
Uses of TieLine in com.powsybl.cgmes.extensions
Methods in com.powsybl.cgmes.extensions with parameters of type TieLineModifier and TypeMethodDescriptioncom.powsybl.cgmes.extensions.CgmesLineBoundaryNodeAdderImpl
CgmesLineBoundaryNodeSerDe.read
(TieLine extendable, DeserializerContext context) -
Uses of TieLine in com.powsybl.iidm.network
Methods in com.powsybl.iidm.network that return TieLineModifier and TypeMethodDescriptionTieLineAdder.add()
Network.getTieLine
(String id) Get a tie line.Methods in com.powsybl.iidm.network that return types with arguments of type TieLineModifier and TypeMethodDescriptionDanglingLine.getTieLine()
Network.getTieLines()
Get all tie lines.Network.getTieLineStream()
Get all tie lines. -
Uses of TieLine in com.powsybl.iidm.network.impl
Methods in com.powsybl.iidm.network.impl that return TieLineModifier and TypeMethodDescriptionNetworkImpl.getTieLine
(String id) SubnetworkImpl.getTieLine
(String id) Methods in com.powsybl.iidm.network.impl that return types with arguments of type TieLineModifier and TypeMethodDescriptionNetworkImpl.getTieLines()
SubnetworkImpl.getTieLines()
NetworkImpl.getTieLineStream()
SubnetworkImpl.getTieLineStream()
-
Uses of TieLine in com.powsybl.iidm.network.util
Methods in com.powsybl.iidm.network.util with parameters of type TieLineConstructors in com.powsybl.iidm.network.util with parameters of type TieLineModifierConstructorDescriptionBranchData
(TieLine tieLine, double epsilonX, boolean applyReactanceCorrection) -
Uses of TieLine in com.powsybl.iidm.reducer
Methods in com.powsybl.iidm.reducer with parameters of type TieLineModifier and TypeMethodDescriptionprotected abstract void
protected void
protected boolean
Return true if the givenTieLine
should be kept in the network, false otherwisevoid
DefaultNetworkReducerObserver.tieLineRemoved
(TieLine tieLine) void
NetworkReducerObserver.tieLineRemoved
(TieLine tieLine) -
Uses of TieLine in com.powsybl.iidm.serde
Methods in com.powsybl.iidm.serde with parameters of type TieLine -
Uses of TieLine in com.powsybl.loadflow.validation
Methods in com.powsybl.loadflow.validation with parameters of type TieLineModifier and TypeMethodDescriptionboolean
FlowsValidation.checkFlows
(TieLine tl, ValidationConfig config, ValidationWriter flowsWriter) boolean
FlowsValidation.checkFlows
(TieLine tl, ValidationConfig config, Writer writer)