Package com.powsybl.ucte.network
Interface UcteNetwork
- All Known Implementing Classes:
UcteNetworkExt
,UcteNetworkImpl
public interface UcteNetwork
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addRegulation
(UcteRegulation regulation) void
addTransformer
(UcteTransformer transformer) void
fix
(ReportNode reportNode) getLine
(UcteElementId id) getLines()
getNode
(UcteNodeCode code) getNodes()
getRegulation
(UcteElementId transfoId) void
setVersion
(UcteFormatVersion version)
-
Method Details
-
setVersion
-
getVersion
UcteFormatVersion getVersion() -
getComments
-
addNode
-
getNodes
Collection<UcteNode> getNodes() -
getNode
-
addLine
-
getLines
Collection<UcteLine> getLines() -
getLine
-
addTransformer
-
getTransformers
Collection<UcteTransformer> getTransformers() -
getTransformer
-
addRegulation
-
getRegulations
Collection<UcteRegulation> getRegulations() -
getRegulation
-
fix
-