| Package | Description |
|---|---|
| de.saxsys.synchronizefx.core.metamodel |
The classes in this package build up a meta model around the users domain model.
|
| de.saxsys.synchronizefx.core.metamodel.executors |
Contains the classes that evaluate incoming change commands to synchronize the local models with
remote models.
|
| Constructor and Description |
|---|
CommandListExecutor(MetaModel parent,
WeakObjectRegistry objectRegistry,
de.saxsys.synchronizefx.core.metamodel.Listeners listeners,
SilentChangeExecutor changeExecutor,
ValueMapper valueMapper,
ListPropertyMetaDataStore listPropertyMetaDataStore,
SingleValuePropertyCommandExecutor singleValuePropertyExecutor,
ListPropertyCommandExecutor listPropertyExecutor)
Initializes the executor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RepairingSingleValuePropertyCommandExecutor
Filters out commands from the incoming command stream that would result in insynchronity.
|
class |
SimpleSingleValuePropertyCommandExecutor
Executes all
Commands that are passed to it on the users domain model without any filtering. |
Copyright © 2016 Saxonia Systems AG. All Rights Reserved.