CLARITY: Standard Generic Function STORE-GANTT-CHART

Generic function STORE-GANTT-CHART

Package:

CLARITY

Syntax:

  store-gantt-chart cl-handle data-id file
  

Arguments and Values:

cl-handle---a cl-handle

data-id---an integer

chart---a list

Description:

The generic function store-gantt-chart stores a single gantt chart and term associated with a dataset 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 the term and its associated gantt chart.

Known Methods:

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

Examples:

cl-prompt: (clarity:store-gantt-chart cl-handle 6 '("apoptosis" "UUDDUUNN"))
  

Affected By:

None.

Exceptional Situations:

None.

See Also:

None

Notes:

None.


News

News in chronological order, most recent on top.

  • 2006-07-26
    Completed description.