next up previous
Next: Graphic Up: OPM Object Classes Previous: Experiment

FSobject

OBJECT CLASS FSobject
  DESCRIPTION: "Object on the file system."
  ID: pathname
  REP: filename
  ATTRIBUTE pathname: [1,1] VARCHAR(255)
  ATTRIBUTE filename: [0,1] VARCHAR(255)
  ATTRIBUTE htmlCode: [0,1] VARCHAR(255)

This class is used to represent file system objects. The pathname attribute contains the absolute pathname to an object (e.g., /dfs/lbl.gov/u/k/u/kuno/project3/scan3.plot6.gif. The filename attribute contains the filename of an object (e.g., scan3.plot6.gif. The htmlCode attribute contains html code that can be used by a web interface (e.g., java) to display the file system object (e.g., <A HREF="http://www.lbl.gov/kuno/rab.mpg">bunny mpeg</A>).



Victor Markowitz
Fri Sep 20 17:58:41 PDT 1996