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

Packages that use IndexedNode
com.sdm.quasar.client.core.data.impl   
com.sdm.quasar.client.core.data.structure   
 

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

Methods in com.sdm.quasar.client.core.data.impl that return IndexedNode
 IndexedNode DefaultDataStructureConfiguration.addIndexedNode(java.lang.String key, java.lang.String sourceKey, java.lang.Class sourceType, java.lang.Class indexType, java.lang.Class type)
           
 

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

Methods in com.sdm.quasar.client.core.data.structure that return IndexedNode
 IndexedNode DataStructureConfiguration.addIndexedNode(java.lang.String key, java.lang.String sourceKey, java.lang.Class sourceType, java.lang.Class indexType, java.lang.Class type)
          Registers an indexed node that depends on one source value and provides indexed access to the value.
 

Constructors in com.sdm.quasar.client.core.data.structure with parameters of type IndexedNode
ContextNodeComputation(IndexedNode indexedNode)
          Constructor that takes the configuration from a given indexed node.