CosmoTech_Acceleration_Library.Modelops.core.io.model_writer¶
ModelWriter
¶
Bases: GraphHandler
Model Writer for cached data
Source code in CosmoTech_Acceleration_Library/Modelops/core/io/model_writer.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|
create_relationship(relationship_type, properties)
¶
Create a relationship :param relationship_type: the relationship type :param properties: the relationship properties
Source code in CosmoTech_Acceleration_Library/Modelops/core/io/model_writer.py
26 27 28 29 30 31 32 33 34 |
|
create_twin(twin_type, properties)
¶
Create a twin :param twin_type: the twin type :param properties: the twin properties
Source code in CosmoTech_Acceleration_Library/Modelops/core/io/model_writer.py
16 17 18 19 20 21 22 23 24 |
|