Package com.neeve.rog

Defines and implements the Replicated Object Graph (ROG) framework.

See: Description

Package com.neeve.rog Description

Defines and implements the Replicated Object Graph (ROG) framework. The ROG framework is a framework used to implement java classes that are not only efficient to replicate in themselves but also enable very efficient incremental, delta-based replication of a closed network of classes formed by inter-class references e.g. an application's entire state. This package defines the ROG interfaces while the com.neeve.rog.impl package defines the base classes for use in building ROG enabled java classes.

Note: The user would typically not use this package directly unless supplying an alternate ROG implementation. The com.neeve.rog.impl package contains the base class framework for use by the user in building their ROG conformant java classes.

Copyright © 2019 Neeve Research, LLC. All Rights Reserved.