/* Initialize the YaxisMaps through the initialization of YaxisTree */
LineIDMapList lineIDmaps = slog_ins.getLineIDMapList();
LineIDMap lineIDmap = (LineIDMap) lineIDmaps.get( view_ID );
String[] y_colnames = lineIDmap.getColumnLabels();
y_maps = new YaxisMaps( lineIDmap );
y_tree = new YaxisTree( y_maps.getTreeRoot() );
y_maps.setTreeView( y_tree );
/* done YaxisMaps initialization */
methods = lineIDmap.getMethods();
/*