API Docs for:
Show:

WebServiceDataIterator Class

Module: core
Parent Module: multigraph

An iterator for stepping through data values stored in a linked list of WebServiceDataCacheNodes. The constructor takes 5 arguments:

Constructor

WebServiceDataIterator

(
  • columnIndices
  • initialNode
  • initialIndex
  • finalNode
  • finalIndex
)

Parameters:

  • columnIndices Array

    JavaScript array of the indices of the columns of data to return

  • initialNode WebServiceDataCacheNode

    Pointer to the WebServiceDataCacheNode containing the first value to iterate over

  • initialIndex Integer

    Index, within initialNode, of the first value to iterate over

  • finalNode WebServiceDataCacheNode

    Pointer to the WebServiceDataCacheNode containing the last value to iterate over

  • finalIndex Integer

    Index, within finalNode, of the last value to iterate over

Item Index