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

Packages that use com.sdm.quasar.client.core.data.structure
com.sdm.quasar.client.core.data   
com.sdm.quasar.client.core.data.impl   
com.sdm.quasar.client.core.data.plugin   
com.sdm.quasar.client.core.data.plugins.impl   
com.sdm.quasar.client.core.data.structure   
com.sdm.quasar.client.core.dialogsupport.features   
 

Classes in com.sdm.quasar.client.core.data.structure used by com.sdm.quasar.client.core.data
DataConfiguration
          Allows configuration of the data structures the DataManager supports.
 

Classes in com.sdm.quasar.client.core.data.structure used by com.sdm.quasar.client.core.data.impl
AspectNode
          Defines a node whose value is an aspect of a value.
BaseNode
          Defines a node that does contain a value.
Computation
          Defines a computation used within a ComputedNode.
ComputedNode
          Defines a node whose value is defined by a 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).
IndexedNode
          Defines a node that provides indexed access to some collection of data.
Node
          Defines a node of the data structure of the DataManager.
 

Classes in com.sdm.quasar.client.core.data.structure used by com.sdm.quasar.client.core.data.plugin
Node
          Defines a node of the data structure of the DataManager.
 

Classes in com.sdm.quasar.client.core.data.structure used by com.sdm.quasar.client.core.data.plugins.impl
Node
          Defines a node of the data structure of the DataManager.
 

Classes in com.sdm.quasar.client.core.data.structure used by com.sdm.quasar.client.core.data.structure
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.
Computation
          Defines a computation used within a ComputedNode.
ComputationValueAccess
          This is a callback interface for the implementations of Computation.
ComputedNode
          Defines a node whose value is defined by a Computation.
DataConfiguration
          Allows configuration of the data structures the DataManager supports.
IndexedNode
          Defines a node that provides indexed access to some collection of data.
Node
          Defines a node of the data structure of the DataManager.
 

Classes in com.sdm.quasar.client.core.data.structure used by com.sdm.quasar.client.core.dialogsupport.features
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).