Skip to content
Snippets Groups Projects
Commit 9f572654 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

updated readme

parent 6da10f60
No related branches found
No related tags found
No related merge requests found
...@@ -24,3 +24,7 @@ This project is based on Maven, thus building it is simple: ...@@ -24,3 +24,7 @@ This project is based on Maven, thus building it is simple:
* Java SE Development Kit 8 (minimum) * Java SE Development Kit 8 (minimum)
* Maven 3.6.0 (minimum) * Maven 3.6.0 (minimum)
### Example Model Code
* see https://git-st.inf.tu-dresden.de/rosi/parallel-rsync/-/tree/master/crm-example
...@@ -29,7 +29,6 @@ This project is based on Maven, thus building it is simple: ...@@ -29,7 +29,6 @@ This project is based on Maven, thus building it is simple:
* contains 3 packages which specify the models used in the COP 2021 publication * contains 3 packages which specify the models used in the COP 2021 publication
* a model element is composed of its fields and synchronizations methods calling the sync-roles of RSYNC (below example from Employee.scala) * a model element is composed of its fields and synchronizations methods calling the sync-roles of RSYNC (below example from Employee.scala)
* additionally a MetaModels-Object is defined, tagging fields of the model elements, this is required for the underlying sync libary to know all fields
``` ```
def syncFieldsToOtherModels(): Unit = { def syncFieldsToOtherModels(): Unit = {
...@@ -38,6 +37,7 @@ def syncFieldsToOtherModels(): Unit = { ...@@ -38,6 +37,7 @@ def syncFieldsToOtherModels(): Unit = {
``` ```
* all modelelements need to extend ConflictResolvable to be able to be integrated into parallel RSYNC * all modelelements need to extend ConflictResolvable to be able to be integrated into parallel RSYNC
* additionally a MetaModels-Object is defined, tagging fields of the model elements, this is required for the underlying sync libary to know all fields
**de.tudresden.inf.st.crme.rsync.compartments** **de.tudresden.inf.st.crme.rsync.compartments**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment