CLARITY: Standard Generic Function STORE-GANTT-CHARTS

Generic function STORE-GANTT-CHARTS

Package:

CLARITY

Syntax:

  store-gantt-charts cl-handle data-id chart-list
  

Arguments and Values:

cl-handle---a cl-handle

data-id---an integer

chart-list---a list

Description:

The generic function store-gantt-charts takes a list of gantt charts and stores them in the database. It takes three parameters, cl-handle, which preserves the session; data-id, which is the numerical id identifying the timecourse dataset in the database; and a list of gantt charts created with the ganttify function.

Known Methods:

  •   store-gantt-charts (cl-handle clarity-handle) (data-id integer) (chart-list list)
      

Examples:

cl-prompt: (clarity:store-gantt-charts cl-handle 6 '(("cell cycle" "UDUDU") ("apoptosis" "DDUUU")))
  

Affected By:

None.

Exceptional Situations:

None.

See Also:

GANTTIFY

Notes:

None.


News

News in chronological order, most recent on top.

  • 2006-07-26
    Completed description.