You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1989,4 +1989,12 @@ public class TestDigitalTwin {
1989
1989
}
1990
1990
}
1991
1991
}
1992
-
````
1992
+
````
1993
+
## StorageLayer
1994
+
1995
+
The storage layer is a fundamental component of the WLDT library that allows the storage of the DigitalTwin's state
1996
+
and the related events (both from physical and digital spaces). The package associated to the Storage Layer are the following:
1997
+
1998
+
- ```it.wldt.storage```: Contains the main interfaces and classes to manage the storage layer.
1999
+
- ```it.wldt.storage.model```: Contains the main classes and data structure to manage the storage layer data model.
2000
+
- ```it.wldt.storage.query```: Contains the main classes and data structure to query the storage layer from other WLDT components (e.g., Digital Adapters).
0 commit comments