Uses of Class
com.sdm.quasar.client.core.data.structure.Node

Packages that use Node
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   
 

Uses of Node in com.sdm.quasar.client.core.data.impl
 

Methods in com.sdm.quasar.client.core.data.impl that return Node
 Node DefaultNodeController.getNode()
           
 Node DefaultDataStructureConfiguration.getNode(java.lang.String key)
           
 Node DefaultDataStructureConfiguration.removeNode(java.lang.String key)
           
 

Methods in com.sdm.quasar.client.core.data.impl with parameters of type Node
 void DefaultDataStructureConfiguration.addNode(Node node)
           
 NodeController DefaultDataCore.addNode(Node node)
          Registers a node.
 

Uses of Node in com.sdm.quasar.client.core.data.plugin
 

Methods in com.sdm.quasar.client.core.data.plugin that return Node
 Node NodeController.getNode()
           
 

Methods in com.sdm.quasar.client.core.data.plugin with parameters of type Node
 boolean ValueHandler.canHandle(Node node)
          Tests whether the value handler can handle nodes of the given type.
 

Uses of Node in com.sdm.quasar.client.core.data.plugins.impl
 

Methods in com.sdm.quasar.client.core.data.plugins.impl with parameters of type Node
 boolean IndexedMapValueHandler.canHandle(Node node)
           
 boolean IndexedListValueHandler.canHandle(Node node)
           
 boolean IndexedArrayValueHandler.canHandle(Node node)
           
 boolean EventNotificationValueHandler.canHandle(Node node)
          Tests whether the value handler can handle nodes of the given type. Returns always true.
 boolean ComputedValueHandler.canHandle(Node node)
           
 boolean BaseValueHandler.canHandle(Node node)
           
 boolean AspectValueHandler.canHandle(Node node)
           
 

Uses of Node in com.sdm.quasar.client.core.data.structure
 

Subclasses of Node in com.sdm.quasar.client.core.data.structure
 class AspectNode
          Defines a node whose value is an aspect of a value.
 class BaseNode
          Defines a node that does contain a value.
 class ComputedNode
          Defines a node whose value is defined by a Computation.
 class IndexedNode
          Defines a node that provides indexed access to some collection of data.
 

Methods in com.sdm.quasar.client.core.data.structure that return Node
 Node DataConfiguration.getNode(java.lang.String key)
          Returns the node configured for the given key
 Node DataConfiguration.removeNode(java.lang.String key)
          Removes a node and all nodes that depend on it
 

Methods in com.sdm.quasar.client.core.data.structure with parameters of type Node
 void DataConfiguration.addNode(Node node)
          Configures a new node