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!~YUIDOC_LINE~!
  • initialNode!~YUIDOC_LINE~!
  • initialIndex!~YUIDOC_LINE~!
  • finalNode!~YUIDOC_LINE~!
  • finalIndex!~YUIDOC_LINE~!
)

Parameters:

  • columnIndices!~YUIDOC_LINE~! Array

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

  • initialNode!~YUIDOC_LINE~! WebServiceDataCacheNode

    Pointer to the WebServiceDataCacheNode containing the first value to iterate over

  • initialIndex!~YUIDOC_LINE~! Integer

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

  • finalNode!~YUIDOC_LINE~! WebServiceDataCacheNode

    Pointer to the WebServiceDataCacheNode containing the last value to iterate over

  • finalIndex!~YUIDOC_LINE~! Integer

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

Item Index