Package com.powsybl.iidm.xml
Class NodeBreakerViewInternalConnectionXml
- java.lang.Object
-
- com.powsybl.iidm.xml.NodeBreakerViewInternalConnectionXml
-
public class NodeBreakerViewInternalConnectionXml extends Object
- Author:
- Luma ZamarreƱo
-
-
Constructor Summary
Constructors Constructor Description NodeBreakerViewInternalConnectionXml()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getRootElementName()
protected void
read(VoltageLevel vl, NetworkXmlReaderContext context)
protected void
write(int node1, int node2, NetworkXmlWriterContext context)
-
-
-
Method Detail
-
getRootElementName
protected String getRootElementName()
-
write
protected void write(int node1, int node2, NetworkXmlWriterContext context) throws XMLStreamException
- Throws:
XMLStreamException
-
read
protected void read(VoltageLevel vl, NetworkXmlReaderContext context)
-
-