Package com.sdm.quasar.client.core.data.structure

Interface Summary
Computation Defines a computation used within a ComputedNode.
ComputationValueAccess This is a callback interface for the implementations of Computation.
DataConfiguration Allows configuration of the data structures the DataManager supports.
DataStructureConfiguration Adds convenience methods to DataConfiguration that define the structure of the DataManager using DataConfiguration.addNode(Node).
 

Class Summary
AbstractSimpleComputation A base class for simple cases of computations.
AspectNode Defines a node whose value is an aspect of a value.
BaseNode Defines a node that does contain a value.
ComputedNode Defines a node whose value is defined by a Computation.
ContextNodeComputation Provides a Computation to be used in a ComputedNode that uses an index value taken from a Node to access an IndexedNode.
IndexedNode Defines a node that provides indexed access to some collection of data.
IntegerToStringConversion Converts an Integer value to a String value.
Node Defines a node of the data structure of the DataManager.