| Package | Description |
|---|---|
| de.saxsys.synchronizefx.core.clientserver |
This package is an implementation of the network layer.
|
| 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.commands |
This package contains the commands that the meta model layer produces and evaluates.
|
| de.saxsys.synchronizefx.core.metamodel.executors |
Contains the classes that evaluate incoming change commands to synchronize the local models with
remote models.
|
| de.saxsys.synchronizefx.core.metamodel.executors.lists |
Like the package de.saxsys.synchronizefx.core.metamodel.executors but especially for list properties.
|
| Class and Description |
|---|
| Command
A marker interface for commands that are used to reproduce changes on one domain model on an other.
|
| Class and Description |
|---|
| Command
A marker interface for commands that are used to reproduce changes on one domain model on an other.
|
| ListCommand
Common information for all commands that involve changing a list.
|
| Value
A value for properties and collections which is either an observable object or a simple object.
|
| Class and Description |
|---|
| Command
A marker interface for commands that are used to reproduce changes on one domain model on an other.
|
| ListCommand
Common information for all commands that involve changing a list.
|
| ListCommand.ListVersionChange
Describes a change of the version of a list.
|
| Value
A value for properties and collections which is either an observable object or a simple object.
|
| Class and Description |
|---|
| Command
A marker interface for commands that are used to reproduce changes on one domain model on an other.
|
| SetPropertyValue
A command to set a new value for some
Property. |
| Class and Description |
|---|
| AddToList
A command that states that an element should be added to a list.
|
| ListCommand
Common information for all commands that involve changing a list.
|
| RemoveFromList
Command to remove elements from a list.
|
| ReplaceInList
A command to replace elements in a list.
|
Copyright © 2016 Saxonia Systems AG. All Rights Reserved.