CLARITY: Standard Generic Function GANTTIFY

Generic function GANTTIFY

Package:

CLARITY

Syntax:

  ganttify clarity-handle filename filedate
  

Arguments and Values:

clarity handle---a clarity-handle

filename--- a string or path

filedate--- a string

Description:

The generic function ganttify ganttifys a datafile into the database. It calls the functions ganttify, store-gantt-charts as well as store-numerical-data. The function then pops up a confirmer, where a user may select to add the data to the tree. It takes three parameters, clarity handle, to preserve one's session, filename the location of the data to be ganttifyed and filedate the creation date of the file.

Known Methods:

  •   ganttify (clarity-handle-object clarity-handle) (filename string) (filedate string)
      

Examples:

cl-prompt: (clarity:ganttify myclarityhandle "C:/Files/myfile.txt" "MO/DAY/YR")

Affected By:

None.

Exceptional Situations:

None.

See Also:

None

Notes:

None.


News

News in chronological order, most recent on top.

  • 2006-07-24
    Completed description.