Uses of Interface
com.powsybl.iidm.network.Switch
-
Packages that use Switch Package Description com.powsybl.iidm.mergingview com.powsybl.iidm.modification.tripping com.powsybl.iidm.network com.powsybl.iidm.xml com.powsybl.ucte.converter -
-
Uses of Switch in com.powsybl.iidm.mergingview
Classes in com.powsybl.iidm.mergingview that implement Switch Modifier and Type Class Description class
SwitchAdapter
Methods in com.powsybl.iidm.mergingview that return Switch Modifier and Type Method Description Switch
MergingView. getSwitch(String id)
Methods in com.powsybl.iidm.mergingview that return types with arguments of type Switch Modifier and Type Method Description Iterable<Switch>
MergingView. getSwitches()
Stream<Switch>
MergingView. getSwitchStream()
-
Uses of Switch in com.powsybl.iidm.modification.tripping
Method parameters in com.powsybl.iidm.modification.tripping with type arguments of type Switch Modifier and Type Method Description void
AbstractInjectionTripping. traverse(Network network, Set<Switch> switchesToOpen, Set<Terminal> terminalsToDisconnect, Set<Terminal> traversedTerminals)
void
BranchTripping. traverse(Network network, Set<Switch> switchesToOpen, Set<Terminal> terminalsToDisconnect, Set<Terminal> traversedTerminals)
void
BusbarSectionTripping. traverse(Network network, Set<Switch> switchesToOpen, Set<Terminal> terminalsToDisconnect, Set<Terminal> traversedTerminals)
void
HvdcLineTripping. traverse(Network network, Set<Switch> switchesToOpen, Set<Terminal> terminalsToDisconnect, Set<Terminal> traversedTerminals)
void
SwitchTripping. traverse(Network network, Set<Switch> switchesToOpen, Set<Terminal> terminalsToDisconnect, Set<Terminal> traversedTerminals)
void
ThreeWindingsTransformerTripping. traverse(Network network, Set<Switch> switchesToOpen, Set<Terminal> terminalsToDisconnect, Set<Terminal> traversedTerminals)
default void
Tripping. traverse(Network network, Set<Switch> switchesToOpen, Set<Terminal> terminalsToDisconnect)
void
Tripping. traverse(Network network, Set<Switch> switchesToOpen, Set<Terminal> terminalsToDisconnect, Set<Terminal> traversedTerminals)
-
Uses of Switch in com.powsybl.iidm.network
Methods in com.powsybl.iidm.network that return Switch Modifier and Type Method Description Switch
VoltageLevel.BusBreakerView.SwitchAdder. add()
Switch
VoltageLevel.NodeBreakerView.SwitchAdder. add()
Switch
Network. getSwitch(String id)
Get a switch from its id or an alias.Switch
VoltageLevel.BusBreakerView. getSwitch(String switchId)
Get a switch.Switch
VoltageLevel.NodeBreakerView. getSwitch(String switchId)
Get a switch.Methods in com.powsybl.iidm.network that return types with arguments of type Switch Modifier and Type Method Description Iterable<Switch>
Network.BusBreakerView. getSwitches()
Get all switchesIterable<Switch>
Network. getSwitches()
Get all switches.Iterable<Switch>
VoltageLevel.BusBreakerView. getSwitches()
Get switches.Iterable<Switch>
VoltageLevel. getSwitches()
Get switches.Iterable<Switch>
VoltageLevel.NodeBreakerView. getSwitches()
Get switches.List<Switch>
VoltageLevel.NodeBreakerView. getSwitches(int node)
Get the switches connected to thenode
.Stream<Switch>
Network.BusBreakerView. getSwitchStream()
Get all switches.Stream<Switch>
Network. getSwitchStream()
Get all switches.Stream<Switch>
VoltageLevel.BusBreakerView. getSwitchStream()
Get switches.Stream<Switch>
VoltageLevel.NodeBreakerView. getSwitchStream()
Get switches.Stream<Switch>
VoltageLevel.NodeBreakerView. getSwitchStream(int node)
Get the switches connected to thenode
.Methods in com.powsybl.iidm.network with parameters of type Switch Modifier and Type Method Description TraverseResult
Terminal.TopologyTraverser. traverse(Switch aSwitch)
Called when a switch is encounteredTraverseResult
VoltageLevel.BusBreakerView.TopologyTraverser. traverse(Bus bus1, Switch sw, Bus bus2)
Called for each traversal stepTraverseResult
VoltageLevel.NodeBreakerView.TopologyTraverser. traverse(int node1, Switch sw, int node2)
Called for each traversal step -
Uses of Switch in com.powsybl.iidm.xml
Methods in com.powsybl.iidm.xml that return Switch Modifier and Type Method Description protected Switch
BusBreakerViewSwitchXml. readRootElementAttributes(VoltageLevel.BusBreakerView.SwitchAdder adder, NetworkXmlReaderContext context)
protected Switch
NodeBreakerViewSwitchXml. readRootElementAttributes(VoltageLevel.NodeBreakerView.SwitchAdder adder, NetworkXmlReaderContext context)
Methods in com.powsybl.iidm.xml with parameters of type Switch Modifier and Type Method Description protected boolean
BusBreakerViewSwitchXml. isValid(Switch s, VoltageLevel vl)
protected boolean
NodeBreakerViewSwitchXml. isValid(Switch s, VoltageLevel vl)
protected void
BusBreakerViewSwitchXml. writeRootElementAttributes(Switch s, VoltageLevel vl, NetworkXmlWriterContext context)
protected void
NodeBreakerViewSwitchXml. writeRootElementAttributes(Switch s, VoltageLevel vl, NetworkXmlWriterContext context)
-
Uses of Switch in com.powsybl.ucte.converter
Methods in com.powsybl.ucte.converter with parameters of type Switch Modifier and Type Method Description UcteElementId
DefaultNamingStrategy. getUcteElementId(Switch sw)
UcteElementId
NamingStrategy. getUcteElementId(Switch sw)
-