Project 'andrew.cornell/nfa-pruning-analysis' was moved to 'katherine.cornell/nfa-pruning-analysis'. Please update any links and bookmarks that may still have the old path.
Feature/restructuring
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
+ 31
− 14
@@ -736,16 +736,7 @@ class AASToJsonEncoder(json.JSONEncoder):
@@ -736,16 +736,7 @@ class AASToJsonEncoder(json.JSONEncoder):
Write a set of AAS objects to an Asset Adminstration Shell JSON file according to 'Details of the Asset
:param data: ObjectStore which contains different objects of the AAS meta model which should be serialized to a
@@ -760,11 +751,37 @@ def write_aas_json_file(file: IO, data: model.AbstractObjectStore, **kwargs) ->
@@ -760,11 +751,37 @@ def write_aas_json_file(file: IO, data: model.AbstractObjectStore, **kwargs) ->