Package com.powsybl.cgmes.model
Class CgmesModelFactory
java.lang.Object
com.powsybl.cgmes.model.CgmesModelFactory
- Author:
- Luma ZamarreƱo <zamarrenolm at aia.es>
-
Method Summary
Modifier and TypeMethodDescriptionstatic CgmesModel
copy
(CgmesModel cgmes) static CgmesModel
create
(ReadOnlyDataSource dataSource) static CgmesModel
create
(ReadOnlyDataSource mainDataSource, ReadOnlyDataSource alternativeDataSourceForBoundary, String implementation, ReportNode reportNode) static CgmesModel
create
(ReadOnlyDataSource mainDataSource, ReadOnlyDataSource alternativeDataSourceForBoundary, String implementation, ReportNode reportNode, TripleStoreOptions tripleStoreOptions) static CgmesModel
create
(ReadOnlyDataSource dataSource, String implementation) static CgmesModel
create
(ReadOnlyDataSource dataSource, String implementation, ReportNode reportNode)
-
Method Details
-
create
-
create
-
create
public static CgmesModel create(ReadOnlyDataSource dataSource, String implementation, ReportNode reportNode) -
create
public static CgmesModel create(ReadOnlyDataSource mainDataSource, ReadOnlyDataSource alternativeDataSourceForBoundary, String implementation, ReportNode reportNode) -
create
public static CgmesModel create(ReadOnlyDataSource mainDataSource, ReadOnlyDataSource alternativeDataSourceForBoundary, String implementation, ReportNode reportNode, TripleStoreOptions tripleStoreOptions) -
copy
-