PySimultan 0.6.0.7__py3-none-any.whl → 0.6.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. PySimultan2/CHANGELOG.md +3 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +116 -5
  4. PySimultan2/default_types.py +17 -0
  5. PySimultan2/files.py +112 -11
  6. PySimultan2/utils.py +5 -4
  7. {pysimultan-0.6.0.7.dist-info → pysimultan-0.6.1.dist-info}/METADATA +1 -1
  8. pysimultan-0.6.1.dist-info/RECORD +76 -0
  9. PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +0 -616
  10. PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +0 -2538
  11. PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +0 -499
  12. PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +0 -2219
  13. PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +0 -682
  14. PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +0 -1654
  15. PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +0 -442
  16. PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +0 -193
  17. PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +0 -367
  18. PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +0 -116
  19. PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +0 -212
  20. PySimultan2/typings/SIMULTAN/Data/__init__.pyi +0 -232
  21. PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +0 -916
  22. PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +0 -15
  23. PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +0 -268
  24. PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +0 -32
  25. PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +0 -116
  26. PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +0 -433
  27. PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +0 -435
  28. PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +0 -103
  29. PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +0 -122
  30. PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +0 -1335
  31. PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +0 -48
  32. PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +0 -562
  33. PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +0 -11
  34. PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +0 -21
  35. PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +0 -11
  36. PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +0 -112
  37. PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +0 -5
  38. PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +0 -13
  39. PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +0 -54
  40. PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +0 -46
  41. PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +0 -22
  42. PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +0 -32
  43. PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +0 -43
  44. PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +0 -216
  45. PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +0 -66
  46. PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +0 -48
  47. PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +0 -11
  48. PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +0 -59
  49. PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +0 -133
  50. PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +0 -570
  51. PySimultan2/typings/System/Buffers/Binary/__init__.pyi +0 -248
  52. PySimultan2/typings/System/Buffers/Text/__init__.pyi +0 -91
  53. PySimultan2/typings/System/Buffers/__init__.pyi +0 -192
  54. PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +0 -137
  55. PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +0 -47
  56. PySimultan2/typings/System/Collections/Generic/__init__.pyi +0 -1293
  57. PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +0 -166
  58. PySimultan2/typings/System/Collections/Specialized/__init__.pyi +0 -82
  59. PySimultan2/typings/System/Collections/__init__.pyi +0 -403
  60. PySimultan2/typings/System/ComponentModel/__init__.pyi +0 -582
  61. PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +0 -30
  62. PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +0 -315
  63. PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +0 -297
  64. PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +0 -9
  65. PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +0 -641
  66. PySimultan2/typings/System/Diagnostics/__init__.pyi +0 -1101
  67. PySimultan2/typings/System/Globalization/__init__.pyi +0 -1675
  68. PySimultan2/typings/System/IO/Enumeration/__init__.pyi +0 -125
  69. PySimultan2/typings/System/IO/__init__.pyi +0 -2747
  70. PySimultan2/typings/System/Linq/Expressions/__init__.pyi +0 -1815
  71. PySimultan2/typings/System/Net/__init__.pyi +0 -81
  72. PySimultan2/typings/System/Numerics/__init__.pyi +0 -2853
  73. PySimultan2/typings/System/Reflection/Emit/__init__.pyi +0 -1945
  74. PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +0 -24
  75. PySimultan2/typings/System/Reflection/__init__.pyi +0 -2724
  76. PySimultan2/typings/System/Resources/__init__.pyi +0 -205
  77. PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +0 -1926
  78. PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +0 -49
  79. PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +0 -34
  80. PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +0 -758
  81. PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +0 -461
  82. PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +0 -48
  83. PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +0 -2632
  84. PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +0 -4757
  85. PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +0 -844
  86. PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +0 -5642
  87. PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +0 -4504
  88. PySimultan2/typings/System/Runtime/Loader/__init__.pyi +0 -63
  89. PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +0 -7
  90. PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +0 -269
  91. PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +0 -200
  92. PySimultan2/typings/System/Runtime/__init__.pyi +0 -141
  93. PySimultan2/typings/System/Security/Cryptography/__init__.pyi +0 -39
  94. PySimultan2/typings/System/Security/Permissions/__init__.pyi +0 -163
  95. PySimultan2/typings/System/Security/Principal/__init__.pyi +0 -45
  96. PySimultan2/typings/System/Security/__init__.pyi +0 -347
  97. PySimultan2/typings/System/Text/Unicode/__init__.pyi +0 -62
  98. PySimultan2/typings/System/Text/__init__.pyi +0 -1590
  99. PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +0 -76
  100. PySimultan2/typings/System/Threading/Tasks/__init__.pyi +0 -1403
  101. PySimultan2/typings/System/Threading/__init__.pyi +0 -1788
  102. PySimultan2/typings/System/Xml/Schema/__init__.pyi +0 -1255
  103. PySimultan2/typings/System/Xml/Serialization/__init__.pyi +0 -16
  104. PySimultan2/typings/System/Xml/XPath/__init__.pyi +0 -474
  105. PySimultan2/typings/System/Xml/__init__.pyi +0 -2410
  106. PySimultan2/typings/System/__init__.pyi +0 -17821
  107. pysimultan-0.6.0.7.dist-info/RECORD +0 -174
  108. {pysimultan-0.6.0.7.dist-info → pysimultan-0.6.1.dist-info}/WHEEL +0 -0
  109. {pysimultan-0.6.0.7.dist-info → pysimultan-0.6.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -1,435 +0,0 @@
1
- import typing, abc
2
- from System import Guid, ValueTuple_2, Predicate_1, MulticastDelegate, IAsyncResult, AsyncCallback
3
- from System.IO import FileInfo, DirectoryInfo
4
- from SIMULTAN.Projects.ManagedFiles import ManagedFileCollection, ManagedFile
5
- from System.Collections.Generic import IEnumerable_1, List_1, IReadOnlyList_1, Dictionary_2
6
- from System.ComponentModel import ISynchronizeInvoke
7
- from SIMULTAN.Utils import IDispatcherTimerFactory
8
- from SIMULTAN.Data.Assets import AssetManager, MultiLinkManager, ResourceFileEntry, ResourceLocationError, ResourceEntry, ResourceDirectoryEntry, LinkedResourceFileEntry, ContainedResourceFileEntry
9
- from SIMULTAN.Exchange import ComponentGeometryExchange
10
- from SIMULTAN.Data.Components import SimComponentCollection, ParameterFactory, SimUserComponentListCollection, SimCalculation, SimComponent, SimBaseParameter
11
- from SIMULTAN.DataMapping import SimDataMappingToolCollection
12
- from SIMULTAN.Data.Geometry import SimGeometryModelCollection, SimGeometryRelationCollection
13
- from SIMULTAN.Data import SimIdGenerator, IReferenceLocation
14
- from SIMULTAN.Data.FlowNetworks import SimNetworkFactory
15
- from SIMULTAN.Data.SimNetworks import SimNetwork
16
- from SIMULTAN.Data.SitePlanner import SitePlannerManager
17
- from SIMULTAN.Data.Taxonomy import SimTaxonomyCollection
18
- from SIMULTAN.Data.Users import SimUsersManager, SimUser
19
- from SIMULTAN.Data.MultiValues import SimMultiValueCollection, SimMultiValue
20
- from SIMULTAN.Data.ValueMappings import SimValueMappingCollection
21
- from System.Collections.ObjectModel import ObservableCollection_1
22
- from System.Reflection import MethodInfo
23
-
24
- class CompactProject(HierarchicalProject):
25
- def __init__(self, id: Guid, _project_file: FileInfo, _all_managers: ExtendedProjectData, _files: ManagedFileCollection, _non_managed_files: IEnumerable_1[FileInfo], _contained_dirs: IEnumerable_1[DirectoryInfo], _associated_files: IEnumerable_1[FileInfo], _unpack_folder: DirectoryInfo) -> None: ...
26
- @property
27
- def AllProjectDataManagers(self) -> ExtendedProjectData: ...
28
- @AllProjectDataManagers.setter
29
- def AllProjectDataManagers(self, value: ExtendedProjectData) -> ExtendedProjectData: ...
30
- @property
31
- def AssociatedFilesCount(self) -> int: ...
32
- @property
33
- def AuthenticationSkipped(self) -> bool: ...
34
- @AuthenticationSkipped.setter
35
- def AuthenticationSkipped(self, value: bool) -> bool: ...
36
- @property
37
- def Children(self) -> HierarchicalProject.ChildProjectCollection: ...
38
- @property
39
- def ContainedDirectoriesCopy(self) -> List_1[DirectoryInfo]: ...
40
- @property
41
- def ContainsUnsavedChanges(self) -> bool: ...
42
- @ContainsUnsavedChanges.setter
43
- def ContainsUnsavedChanges(self, value: bool) -> bool: ...
44
- @property
45
- def GlobalID(self) -> Guid: ...
46
- @property
47
- def IsAuthenticated(self) -> bool: ...
48
- @property
49
- def IsLoaded(self) -> bool: ...
50
- @property
51
- def IsOpened(self) -> bool: ...
52
- @property
53
- def IsReadyForAuthentication(self) -> bool: ...
54
- @property
55
- def ManagedFiles(self) -> ManagedFileCollection: ...
56
- @ManagedFiles.setter
57
- def ManagedFiles(self, value: ManagedFileCollection) -> ManagedFileCollection: ...
58
- @property
59
- def Name(self) -> str: ...
60
- @property
61
- def NonManagedFiles(self) -> IReadOnlyList_1[FileInfo]: ...
62
- @property
63
- def ParentProjects(self) -> IReadOnlyList_1[HierarchicalProject]: ...
64
- @property
65
- def ProjectFile(self) -> FileInfo: ...
66
- @property
67
- def ProjectUnpackFolder(self) -> DirectoryInfo: ...
68
- @ProjectUnpackFolder.setter
69
- def ProjectUnpackFolder(self, value: DirectoryInfo) -> DirectoryInfo: ...
70
- def UpdateBackupFile(self) -> None: ...
71
-
72
-
73
- class ExtendedProjectData(ProjectData):
74
- @typing.overload
75
- def __init__(self) -> None: ...
76
- @typing.overload
77
- def __init__(self, synchronizationContext: ISynchronizeInvoke, dispatcherTimer: IDispatcherTimerFactory) -> None: ...
78
- @property
79
- def AssetManager(self) -> AssetManager: ...
80
- @property
81
- def ComponentGeometryExchange(self) -> ComponentGeometryExchange: ...
82
- @property
83
- def Components(self) -> SimComponentCollection: ...
84
- @property
85
- def DataMappingTools(self) -> SimDataMappingToolCollection: ...
86
- @property
87
- def DispatcherTimerFactory(self) -> IDispatcherTimerFactory: ...
88
- @DispatcherTimerFactory.setter
89
- def DispatcherTimerFactory(self, value: IDispatcherTimerFactory) -> IDispatcherTimerFactory: ...
90
- @property
91
- def GeometryModels(self) -> SimGeometryModelCollection: ...
92
- @property
93
- def GeometryRelations(self) -> SimGeometryRelationCollection: ...
94
- @property
95
- def IdGenerator(self) -> SimIdGenerator: ...
96
- @property
97
- def ImportLogFile(self) -> FileInfo: ...
98
- @ImportLogFile.setter
99
- def ImportLogFile(self, value: FileInfo) -> FileInfo: ...
100
- @property
101
- def MultiLinkManager(self) -> MultiLinkManager: ...
102
- @property
103
- def NetworkManager(self) -> SimNetworkFactory: ...
104
- @property
105
- def Owner(self) -> IReferenceLocation: ...
106
- @Owner.setter
107
- def Owner(self, value: IReferenceLocation) -> IReferenceLocation: ...
108
- @property
109
- def ParameterLibraryManager(self) -> ParameterFactory: ...
110
- @property
111
- def Project(self) -> HierarchicalProject: ...
112
- @Project.setter
113
- def Project(self, value: HierarchicalProject) -> HierarchicalProject: ...
114
- @property
115
- def SimNetworks(self) -> SimNetwork.SimNetworkCollection: ...
116
- @property
117
- def SitePlannerManager(self) -> SitePlannerManager: ...
118
- @property
119
- def SynchronizationContext(self) -> ISynchronizeInvoke: ...
120
- @SynchronizationContext.setter
121
- def SynchronizationContext(self, value: ISynchronizeInvoke) -> ISynchronizeInvoke: ...
122
- @property
123
- def Taxonomies(self) -> SimTaxonomyCollection: ...
124
- @property
125
- def UserComponentLists(self) -> SimUserComponentListCollection: ...
126
- @property
127
- def UsersManager(self) -> SimUsersManager: ...
128
- @property
129
- def ValueManager(self) -> SimMultiValueCollection: ...
130
- @property
131
- def ValueMappings(self) -> SimValueMappingCollection: ...
132
- def Reset(self) -> None: ...
133
-
134
-
135
- class HierarchicalProject(IReferenceLocation, abc.ABC):
136
- @property
137
- def AllProjectDataManagers(self) -> ExtendedProjectData: ...
138
- @AllProjectDataManagers.setter
139
- def AllProjectDataManagers(self, value: ExtendedProjectData) -> ExtendedProjectData: ...
140
- @property
141
- def AssociatedFilesCount(self) -> int: ...
142
- @property
143
- def AuthenticationSkipped(self) -> bool: ...
144
- @AuthenticationSkipped.setter
145
- def AuthenticationSkipped(self, value: bool) -> bool: ...
146
- @property
147
- def Children(self) -> HierarchicalProject.ChildProjectCollection: ...
148
- @property
149
- def ContainedDirectoriesCopy(self) -> List_1[DirectoryInfo]: ...
150
- @property
151
- def ContainsUnsavedChanges(self) -> bool: ...
152
- @ContainsUnsavedChanges.setter
153
- def ContainsUnsavedChanges(self, value: bool) -> bool: ...
154
- @property
155
- def GlobalID(self) -> Guid: ...
156
- @property
157
- def IsAuthenticated(self) -> bool: ...
158
- @IsAuthenticated.setter
159
- def IsAuthenticated(self, value: bool) -> bool: ...
160
- @property
161
- def IsLoaded(self) -> bool: ...
162
- @IsLoaded.setter
163
- def IsLoaded(self, value: bool) -> bool: ...
164
- @property
165
- def IsOpened(self) -> bool: ...
166
- @IsOpened.setter
167
- def IsOpened(self, value: bool) -> bool: ...
168
- @property
169
- def IsReadyForAuthentication(self) -> bool: ...
170
- @IsReadyForAuthentication.setter
171
- def IsReadyForAuthentication(self, value: bool) -> bool: ...
172
- @property
173
- def ManagedFiles(self) -> ManagedFileCollection: ...
174
- @ManagedFiles.setter
175
- def ManagedFiles(self, value: ManagedFileCollection) -> ManagedFileCollection: ...
176
- @property
177
- def Name(self) -> str: ...
178
- @property
179
- def NonManagedFiles(self) -> IReadOnlyList_1[FileInfo]: ...
180
- @property
181
- def ParentProjects(self) -> IReadOnlyList_1[HierarchicalProject]: ...
182
- @property
183
- def ProjectUnpackFolder(self) -> DirectoryInfo: ...
184
- @ProjectUnpackFolder.setter
185
- def ProjectUnpackFolder(self, value: DirectoryInfo) -> DirectoryInfo: ...
186
- def AddEmptyGeoMapResource(self, _target: DirectoryInfo, _initial_file_name: str, nameCollisionFormat: str) -> ResourceFileEntry: ...
187
- def AddEmptyGeometryResource(self, _target: DirectoryInfo, _initial_file_name: str, nameCollisionFormat: str, dispatcherTimer: IDispatcherTimerFactory) -> ResourceFileEntry: ...
188
- def AddEmptyGeometryResourceWithoutCollisionCheck(self, _target: DirectoryInfo, file_name: str) -> ResourceFileEntry: ...
189
- def AddEmptyResource(self, file: FileInfo) -> ResourceFileEntry: ...
190
- def AddEmptySitePlannerResource(self, _target: DirectoryInfo, _initial_file_name: str, nameCollisionFormat: str) -> ResourceFileEntry: ...
191
- def AddResourceFile(self, file: FileInfo, projectDataManager: ExtendedProjectData) -> None: ...
192
- def AddUndifferentiated(self, _files: IEnumerable_1[FileInfo]) -> None: ...
193
- def CanLinkAsResource(self, _file: FileInfo) -> ResourceLocationError: ...
194
- def CanMoveResourceEntry(self, _resource: ResourceEntry, _target: ResourceDirectoryEntry, nameCollisionFormat: str) -> ValueTuple_2[bool, str]: ...
195
- def CanRenameResourceEntry(self, _resource: ResourceEntry, _name: str, nameCollisionFormat: str, _name_is_full_name: bool = ...) -> ValueTuple_2[bool, str]: ...
196
- def ContainedToLinked(self, _original: ContainedResourceFileEntry, _target_folder: DirectoryInfo, copyNameFormat: str) -> LinkedResourceFileEntry: ...
197
- def CopyResource(self, source: ResourceEntry, _target: ResourceDirectoryEntry, nameCollisionFormat: str, newOwner: SimUser = ...) -> None: ...
198
- def CopyResourceAsContainedFileEntry(self, file: FileInfo, targetDir: DirectoryInfo, copyNameFormat: str) -> ResourceEntry: ...
199
- def CreateResourceDirIn(self, _dir_name: str, _target_dir: DirectoryInfo, collisionNameFormat: str) -> ResourceEntry: ...
200
- def DeleteResource(self, _resource_to_delete: ResourceEntry) -> ValueTuple_2[bool, bool]: ...
201
- def DisableProjectUnpackFolderWatcher(self) -> None: ...
202
- def EnableProjectUnpackFolderWatcher(self) -> None: ...
203
- def FindProjects(self, predicate: Predicate_1[HierarchicalProject]) -> IEnumerable_1[HierarchicalProject]: ...
204
- def GetAssociatedFiles(self) -> None: ...
205
- def GetCorresponding(self, _resource: ResourceEntry) -> ManagedFile: ...
206
- def LinkedToContained(self, _original: LinkedResourceFileEntry, nameFormat: str) -> ContainedResourceFileEntry: ...
207
- def LinkResourceFile(self, _file: FileInfo, _target_dir: DirectoryInfo, _allow_duplicates: bool) -> ValueTuple_2[ResourceEntry, bool]: ...
208
- @staticmethod
209
- def LoadDefaultTaxonomies(projectData: ExtendedProjectData) -> bool: ...
210
- def MoveResourceEntry(self, _resource: ResourceEntry, _target: ResourceDirectoryEntry, nameCollisionFormat: str, _check_admissibility: bool) -> None: ...
211
- def OnFileImportTimeout(self, file: FileInfo) -> None: ...
212
- def OnProjectAuthenticated(self, _successfully: bool) -> None: ...
213
- def OnProjectClosed(self) -> None: ...
214
- def OnProjectLoaded(self) -> None: ...
215
- def OnProjectOpened(self) -> None: ...
216
- def OnProjectReadyForAuthentication(self) -> None: ...
217
- def OnProjectUnloaded(self) -> None: ...
218
- def OnProjectUpToDateChanged(self, isUpToDate: bool) -> None: ...
219
- def PassNonManagedAndAllDirs(self, _non_managed_files: IEnumerable_1[FileInfo], _contained_dirs: IEnumerable_1[DirectoryInfo]) -> None: ...
220
- def RenameResourceEntry(self, _resource: ResourceEntry, _name: str, nameCollisionFormat: str) -> None: ...
221
- def ReplaceLinkedResource(self, _resource: ResourceEntry, _new_file: FileInfo, _allow_duplicates: bool) -> bool: ...
222
- def ReplaceManagedFiles(self, _old_files: IEnumerable_1[FileInfo], _new_files: IEnumerable_1[FileInfo]) -> None: ...
223
- def ResetNonManaged(self) -> None: ...
224
- # Skipped IsInProject due to it being static, abstract and generic.
225
-
226
- IsInProject : IsInProject_MethodGroup
227
- class IsInProject_MethodGroup:
228
- @typing.overload
229
- def __call__(self, _calculation: SimCalculation) -> bool:...
230
- @typing.overload
231
- def __call__(self, _component: SimComponent) -> bool:...
232
- @typing.overload
233
- def __call__(self, multiValue: SimMultiValue) -> bool:...
234
- @typing.overload
235
- def __call__(self, _parameter: SimBaseParameter) -> bool:...
236
- @typing.overload
237
- def __call__(self, resource: ResourceEntry) -> bool:...
238
-
239
-
240
- class ChildProjectCollection(ObservableCollection_1[HierarchicalProject]):
241
- def __init__(self, owner: HierarchicalProject) -> None: ...
242
- @property
243
- def Count(self) -> int: ...
244
- @property
245
- def Item(self) -> HierarchicalProject: ...
246
- @Item.setter
247
- def Item(self, value: HierarchicalProject) -> HierarchicalProject: ...
248
-
249
-
250
- class FileImportTimeoutEventHandler(MulticastDelegate):
251
- def __init__(self, object: typing.Any, method: int) -> None: ...
252
- @property
253
- def Method(self) -> MethodInfo: ...
254
- @property
255
- def Target(self) -> typing.Any: ...
256
- def BeginInvoke(self, sender: typing.Any, file: FileInfo, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
257
- def EndInvoke(self, result: IAsyncResult) -> None: ...
258
- def Invoke(self, sender: typing.Any, file: FileInfo) -> None: ...
259
-
260
-
261
- class ProjectAuthenticatedEventHandler(MulticastDelegate):
262
- def __init__(self, object: typing.Any, method: int) -> None: ...
263
- @property
264
- def Method(self) -> MethodInfo: ...
265
- @property
266
- def Target(self) -> typing.Any: ...
267
- def BeginInvoke(self, sender: typing.Any, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
268
- def EndInvoke(self, result: IAsyncResult) -> None: ...
269
- def Invoke(self, sender: typing.Any) -> None: ...
270
-
271
-
272
- class ProjectClosedEventHandler(MulticastDelegate):
273
- def __init__(self, object: typing.Any, method: int) -> None: ...
274
- @property
275
- def Method(self) -> MethodInfo: ...
276
- @property
277
- def Target(self) -> typing.Any: ...
278
- def BeginInvoke(self, sender: typing.Any, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
279
- def EndInvoke(self, result: IAsyncResult) -> None: ...
280
- def Invoke(self, sender: typing.Any) -> None: ...
281
-
282
-
283
- class ProjectLoadedEventHandler(MulticastDelegate):
284
- def __init__(self, object: typing.Any, method: int) -> None: ...
285
- @property
286
- def Method(self) -> MethodInfo: ...
287
- @property
288
- def Target(self) -> typing.Any: ...
289
- def BeginInvoke(self, sender: typing.Any, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
290
- def EndInvoke(self, result: IAsyncResult) -> None: ...
291
- def Invoke(self, sender: typing.Any) -> None: ...
292
-
293
-
294
- class ProjectOpenedEventHandler(MulticastDelegate):
295
- def __init__(self, object: typing.Any, method: int) -> None: ...
296
- @property
297
- def Method(self) -> MethodInfo: ...
298
- @property
299
- def Target(self) -> typing.Any: ...
300
- def BeginInvoke(self, sender: typing.Any, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
301
- def EndInvoke(self, result: IAsyncResult) -> None: ...
302
- def Invoke(self, sender: typing.Any) -> None: ...
303
-
304
-
305
- class ProjectReadyForAuthenticationEventHandler(MulticastDelegate):
306
- def __init__(self, object: typing.Any, method: int) -> None: ...
307
- @property
308
- def Method(self) -> MethodInfo: ...
309
- @property
310
- def Target(self) -> typing.Any: ...
311
- def BeginInvoke(self, sender: typing.Any, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
312
- def EndInvoke(self, result: IAsyncResult) -> None: ...
313
- def Invoke(self, sender: typing.Any) -> None: ...
314
-
315
-
316
- class ProjectUnloadedEventHandler(MulticastDelegate):
317
- def __init__(self, object: typing.Any, method: int) -> None: ...
318
- @property
319
- def Method(self) -> MethodInfo: ...
320
- @property
321
- def Target(self) -> typing.Any: ...
322
- def BeginInvoke(self, sender: typing.Any, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
323
- def EndInvoke(self, result: IAsyncResult) -> None: ...
324
- def Invoke(self, sender: typing.Any) -> None: ...
325
-
326
-
327
- class ProjectUpToDateChangedEventHandler(MulticastDelegate):
328
- def __init__(self, object: typing.Any, method: int) -> None: ...
329
- @property
330
- def Method(self) -> MethodInfo: ...
331
- @property
332
- def Target(self) -> typing.Any: ...
333
- def BeginInvoke(self, sender: typing.Any, isUpToDate: bool, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
334
- def EndInvoke(self, result: IAsyncResult) -> None: ...
335
- def Invoke(self, sender: typing.Any, isUpToDate: bool) -> None: ...
336
-
337
-
338
-
339
- class HierarchicProjectMetaData:
340
- @typing.overload
341
- def __init__(self) -> None: ...
342
- @typing.overload
343
- def __init__(self, _project_id: Guid, _children: Dictionary_2[Guid, str]) -> None: ...
344
- @typing.overload
345
- def __init__(self, original: HierarchicProjectMetaData) -> None: ...
346
- @property
347
- def ChildProjects(self) -> Dictionary_2[Guid, str]: ...
348
- @property
349
- def ProjectId(self) -> Guid: ...
350
- def AddChildProject(self, _project_id: Guid, _project_folder: DirectoryInfo, _child_project_folder: DirectoryInfo) -> None: ...
351
- def RemoveChildProject(self, _project_id: Guid) -> None: ...
352
-
353
-
354
- class ProjectData(abc.ABC):
355
- def __init__(self, synchronizationContext: ISynchronizeInvoke, dispatcherTimer: IDispatcherTimerFactory) -> None: ...
356
- @property
357
- def AssetManager(self) -> AssetManager: ...
358
- @property
359
- def ComponentGeometryExchange(self) -> ComponentGeometryExchange: ...
360
- @property
361
- def Components(self) -> SimComponentCollection: ...
362
- @property
363
- def DataMappingTools(self) -> SimDataMappingToolCollection: ...
364
- @property
365
- def DispatcherTimerFactory(self) -> IDispatcherTimerFactory: ...
366
- @DispatcherTimerFactory.setter
367
- def DispatcherTimerFactory(self, value: IDispatcherTimerFactory) -> IDispatcherTimerFactory: ...
368
- @property
369
- def GeometryModels(self) -> SimGeometryModelCollection: ...
370
- @property
371
- def GeometryRelations(self) -> SimGeometryRelationCollection: ...
372
- @property
373
- def IdGenerator(self) -> SimIdGenerator: ...
374
- @property
375
- def ImportLogFile(self) -> FileInfo: ...
376
- @ImportLogFile.setter
377
- def ImportLogFile(self, value: FileInfo) -> FileInfo: ...
378
- @property
379
- def MultiLinkManager(self) -> MultiLinkManager: ...
380
- @property
381
- def NetworkManager(self) -> SimNetworkFactory: ...
382
- @property
383
- def Owner(self) -> IReferenceLocation: ...
384
- @Owner.setter
385
- def Owner(self, value: IReferenceLocation) -> IReferenceLocation: ...
386
- @property
387
- def ParameterLibraryManager(self) -> ParameterFactory: ...
388
- @property
389
- def SimNetworks(self) -> SimNetwork.SimNetworkCollection: ...
390
- @property
391
- def SitePlannerManager(self) -> SitePlannerManager: ...
392
- @property
393
- def SynchronizationContext(self) -> ISynchronizeInvoke: ...
394
- @SynchronizationContext.setter
395
- def SynchronizationContext(self, value: ISynchronizeInvoke) -> ISynchronizeInvoke: ...
396
- @property
397
- def Taxonomies(self) -> SimTaxonomyCollection: ...
398
- @property
399
- def UserComponentLists(self) -> SimUserComponentListCollection: ...
400
- @property
401
- def UsersManager(self) -> SimUsersManager: ...
402
- @property
403
- def ValueManager(self) -> SimMultiValueCollection: ...
404
- @property
405
- def ValueMappings(self) -> SimValueMappingCollection: ...
406
- def Clear(self) -> None: ...
407
- def RestoreDefaultTaxonomyReferences(self, taxonomyFileVersion: int = ...) -> None: ...
408
- def SetCallingLocation(self, caller: IReferenceLocation) -> None: ...
409
-
410
-
411
- class ResourceReference:
412
- @typing.overload
413
- def __init__(self, projectId: Guid, res: ResourceFileEntry) -> None: ...
414
- @typing.overload
415
- def __init__(self, projectId: Guid, resourceIndex: int) -> None: ...
416
- @typing.overload
417
- def __init__(self, projectId: Guid, resourceIndex: int, assetManager: AssetManager) -> None: ...
418
- @property
419
- def Exists(self) -> bool: ...
420
- @property
421
- def ProjectId(self) -> Guid: ...
422
- @ProjectId.setter
423
- def ProjectId(self, value: Guid) -> Guid: ...
424
- @property
425
- def ResourceFile(self) -> ResourceFileEntry: ...
426
- @ResourceFile.setter
427
- def ResourceFile(self, value: ResourceFileEntry) -> ResourceFileEntry: ...
428
- @property
429
- def ResourceIndex(self) -> int: ...
430
- @ResourceIndex.setter
431
- def ResourceIndex(self, value: int) -> int: ...
432
- def Equals(self, obj: typing.Any) -> bool: ...
433
- def GetHashCode(self) -> int: ...
434
- def LazyLoad(self, assetManager: AssetManager) -> None: ...
435
-
@@ -1,103 +0,0 @@
1
- import typing, abc
2
- from SIMULTAN.Serializer.DXF import DXFSkipSectionParserElement, DXFParserInfo, DXFStreamReader, DXFStreamWriter, DXFSectionParserElement_1, DXFParserResultSet, DXFEntityParserElementBase_1
3
- from System.IO import FileInfo
4
- from System.Collections.Generic import IEnumerable_1
5
- from SIMULTAN.Data.Components import SimComponent, SimSlot, SimBaseParameter
6
- from SIMULTAN.Data.FlowNetworks import SimFlowNetwork
7
- from SIMULTAN.Projects import ProjectData
8
- from System import ValueTuple_2
9
- from SIMULTAN.Data.ValueMappings import SimPrefilter, SimColorMap, SimValueMapping
10
-
11
- class ComponentDxfIO(abc.ABC):
12
- ImportantSection : DXFSkipSectionParserElement
13
- @staticmethod
14
- def WriteLibrary(file: FileInfo, components: IEnumerable_1[SimComponent], networks: IEnumerable_1[SimFlowNetwork]) -> None: ...
15
- # Skipped Read due to it being static, abstract and generic.
16
-
17
- Read : Read_MethodGroup
18
- class Read_MethodGroup:
19
- @typing.overload
20
- def __call__(self, file: FileInfo, parserInfo: DXFParserInfo) -> None:...
21
- @typing.overload
22
- def __call__(self, reader: DXFStreamReader, parserInfo: DXFParserInfo) -> None:...
23
-
24
- # Skipped ReadLibrary due to it being static, abstract and generic.
25
-
26
- ReadLibrary : ReadLibrary_MethodGroup
27
- class ReadLibrary_MethodGroup:
28
- @typing.overload
29
- def __call__(self, file: FileInfo, parserInfo: DXFParserInfo) -> None:...
30
- @typing.overload
31
- def __call__(self, reader: DXFStreamReader, parserInfo: DXFParserInfo) -> None:...
32
-
33
- # Skipped ReadPublic due to it being static, abstract and generic.
34
-
35
- ReadPublic : ReadPublic_MethodGroup
36
- class ReadPublic_MethodGroup:
37
- @typing.overload
38
- def __call__(self, file: FileInfo, parserInfo: DXFParserInfo) -> None:...
39
- @typing.overload
40
- def __call__(self, reader: DXFStreamReader, parserInfo: DXFParserInfo) -> None:...
41
-
42
- # Skipped Write due to it being static, abstract and generic.
43
-
44
- Write : Write_MethodGroup
45
- class Write_MethodGroup:
46
- @typing.overload
47
- def __call__(self, file: FileInfo, projectData: ProjectData) -> None:...
48
- @typing.overload
49
- def __call__(self, writer: DXFStreamWriter, projectData: ProjectData) -> None:...
50
-
51
- # Skipped WritePublic due to it being static, abstract and generic.
52
-
53
- WritePublic : WritePublic_MethodGroup
54
- class WritePublic_MethodGroup:
55
- @typing.overload
56
- def __call__(self, file: FileInfo, projectData: ProjectData) -> None:...
57
- @typing.overload
58
- def __call__(self, writer: DXFStreamWriter, projectData: ProjectData) -> None:...
59
-
60
-
61
-
62
- class ComponentDxfIOComponents(abc.ABC):
63
- ComponentSectionEntityElement : DXFSectionParserElement_1[ValueTuple_2[SimSlot, SimComponent]]
64
- @staticmethod
65
- def ParseBaseParameter(data: DXFParserResultSet, info: DXFParserInfo) -> SimBaseParameter: ...
66
-
67
- class ParameterType(typing.SupportsInt):
68
- @typing.overload
69
- def __init__(self, value : int) -> None: ...
70
- @typing.overload
71
- def __init__(self, value : int, force_if_true: bool) -> None: ...
72
- def __int__(self) -> int: ...
73
-
74
- # Values:
75
- Double : ComponentDxfIOComponents.ParameterType # 0
76
- Integer : ComponentDxfIOComponents.ParameterType # 1
77
- Boolean : ComponentDxfIOComponents.ParameterType # 2
78
- String : ComponentDxfIOComponents.ParameterType # 3
79
- Enum : ComponentDxfIOComponents.ParameterType # 4
80
-
81
-
82
-
83
- class ComponentDxfIONetworks(abc.ABC):
84
- pass
85
-
86
-
87
- class ComponentDxfIOResources(abc.ABC):
88
- pass
89
-
90
-
91
- class ComponentDxfIOSimNetworks(abc.ABC):
92
- pass
93
-
94
-
95
- class ComponentDxfIOValueMappings(abc.ABC):
96
- AveragePrefilterEntityElement : DXFEntityParserElementBase_1[SimPrefilter]
97
- DefaultPrefilterEntityElement : DXFEntityParserElementBase_1[SimPrefilter]
98
- LinearGradientColorMapEntityElement : DXFEntityParserElementBase_1[SimColorMap]
99
- MaximumPrefilterEntityElement : DXFEntityParserElementBase_1[SimPrefilter]
100
- MinimumPrefilterEntityElement : DXFEntityParserElementBase_1[SimPrefilter]
101
- ThresholdColorMapEntityElement : DXFEntityParserElementBase_1[SimColorMap]
102
- ValueMappingEntityElement : DXFEntityParserElementBase_1[SimValueMapping]
103
-
@@ -1,122 +0,0 @@
1
- import typing, abc
2
- from SIMULTAN.Data.MultiValues import SimMultiValueBigTable, SimMultiValueCollection, SimMultiValueBigTableHeader
3
- from System.Collections.Generic import List_1
4
- from System import Exception, Array_1
5
- from System.Collections import IDictionary
6
- from System.Reflection import MethodBase
7
- from System.IO import FileInfo
8
- from System.ComponentModel import ISynchronizeInvoke
9
- from System.Text import Encoding
10
-
11
- class BigTableToCSVExporter(abc.ABC):
12
- @staticmethod
13
- def ExportToCSV(table: SimMultiValueBigTable, filePathAndName: str, delimiter: str, decimalSeparator: str, rowHeaderHeader: str, columnHeaders: bool, rowHeaders: bool, columnUnits: bool, rowUnits: bool) -> None: ...
14
-
15
-
16
- class CSVExporter:
17
- def __init__(self, nrColumns: int, csvDelimiter: str = ...) -> None: ...
18
- CSV_LINEDELIMITER : str
19
- @property
20
- def CSV_DELIMITER(self) -> str: ...
21
- @CSV_DELIMITER.setter
22
- def CSV_DELIMITER(self, value: str) -> str: ...
23
- def AddMultipleRecords(self, records: List_1[List_1[str]]) -> None: ...
24
- def AddRecord(self, record: List_1[str]) -> None: ...
25
- def WriteFile(self, filePath: str) -> None: ...
26
-
27
-
28
- class CSVImportException(Exception):
29
- def __init__(self, reason: CSVImportExceptionReason, data: Array_1[typing.Any]) -> None: ...
30
- @property
31
- def Data(self) -> IDictionary: ...
32
- @property
33
- def HelpLink(self) -> str: ...
34
- @HelpLink.setter
35
- def HelpLink(self, value: str) -> str: ...
36
- @property
37
- def HResult(self) -> int: ...
38
- @HResult.setter
39
- def HResult(self, value: int) -> int: ...
40
- @property
41
- def InnerException(self) -> Exception: ...
42
- @property
43
- def Message(self) -> str: ...
44
- @property
45
- def Reason(self) -> CSVImportExceptionReason: ...
46
- @property
47
- def ReasonData(self) -> Array_1[typing.Any]: ...
48
- @property
49
- def Source(self) -> str: ...
50
- @Source.setter
51
- def Source(self, value: str) -> str: ...
52
- @property
53
- def StackTrace(self) -> str: ...
54
- @property
55
- def TargetSite(self) -> MethodBase: ...
56
-
57
-
58
- class CSVImportExceptionReason(typing.SupportsInt):
59
- @typing.overload
60
- def __init__(self, value : int) -> None: ...
61
- @typing.overload
62
- def __init__(self, value : int, force_if_true: bool) -> None: ...
63
- def __int__(self) -> int: ...
64
-
65
- # Values:
66
- EmptyFile : CSVImportExceptionReason # 0
67
- NotEnoughRows : CSVImportExceptionReason # 1
68
- NotEnoughColumns : CSVImportExceptionReason # 2
69
- ColumnCountMismatch : CSVImportExceptionReason # 3
70
- ParseError : CSVImportExceptionReason # 4
71
-
72
-
73
- class CSVToValueFieldImporter(abc.ABC):
74
- @staticmethod
75
- def ConvertCsvToMultiValueBigTableComponents(file: FileInfo, settings: CSVToValueFieldImporterSettings, rowHeaderFormat: str, rowHeaderUnit: str, columnHeaderFormat: str, columnHeaderUnit: str) -> MultiValueBigTableComponents: ...
76
- @staticmethod
77
- def Import(collection: SimMultiValueCollection, file: FileInfo, settings: CSVToValueFieldImporterSettings, unitRows: str, unitColumns: str, rowHeaderFormat: str, rowHeaderUnit: str, columnHeaderFormat: str, columnHeaderUnit: str, dispatcher: ISynchronizeInvoke = ...) -> SimMultiValueBigTable: ...
78
-
79
-
80
- class CSVToValueFieldImporterSettings:
81
- def __init__(self) -> None: ...
82
- @property
83
- def DecimalSeparator(self) -> str: ...
84
- @DecimalSeparator.setter
85
- def DecimalSeparator(self, value: str) -> str: ...
86
- @property
87
- def Delimiter(self) -> str: ...
88
- @Delimiter.setter
89
- def Delimiter(self, value: str) -> str: ...
90
- @property
91
- def HasColumnHeaders(self) -> bool: ...
92
- @HasColumnHeaders.setter
93
- def HasColumnHeaders(self, value: bool) -> bool: ...
94
- @property
95
- def HasColumnUnits(self) -> bool: ...
96
- @HasColumnUnits.setter
97
- def HasColumnUnits(self, value: bool) -> bool: ...
98
- @property
99
- def HasRowHeaders(self) -> bool: ...
100
- @HasRowHeaders.setter
101
- def HasRowHeaders(self, value: bool) -> bool: ...
102
- @property
103
- def HasRowUnits(self) -> bool: ...
104
- @HasRowUnits.setter
105
- def HasRowUnits(self, value: bool) -> bool: ...
106
- @property
107
- def Name(self) -> str: ...
108
- @Name.setter
109
- def Name(self, value: str) -> str: ...
110
-
111
-
112
- class FileHelper(abc.ABC):
113
- @staticmethod
114
- def GetEncoding(filename: str) -> Encoding: ...
115
-
116
-
117
- class MultiValueBigTableComponents:
118
- def __init__(self, columnHeaders: List_1[SimMultiValueBigTableHeader], rowHeaders: List_1[SimMultiValueBigTableHeader], values: List_1[List_1[typing.Any]]) -> None: ...
119
- ColumnHeaders : List_1[SimMultiValueBigTableHeader]
120
- RowHeaders : List_1[SimMultiValueBigTableHeader]
121
- Values : List_1[List_1[typing.Any]]
122
-