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