Analytics.DataList

Description

Functions to access TERR.

Functions

NameSignature and Synopsis
conceptToDataListObject conceptToDataList(Concept concept)
Converts Concept to datalist
createListObject createList(String [] names, Object [] data)
Calls the Terr engine to create datalist
debugOutvoid debugOut(Object list)
Prints datalist
getElementObject[] getElement(Object dataList, int elementIndex)
Returns the Element at the index mentioned from the passed DataList Object.
getElementCountint getElementCount(Object dataList)
Returns the total number of elements present in the TERR DataList Object passed.
getElementTypeString getElementType(Object dataList, int elementIndex)
Returns the datatype of the element present at the index mentioned in the passed DataList Object.