YggFixedNames.mesa
Copyright © 1988 by Xerox Corporation. All rights reserved.
Fixed property names for certain properties.
Bob Hagmann December 13, 1988 3:59:26 pm PST
Last edited by:
Bob Hagmann July 20, 1988 10:17:02 am PDT
DIRECTORY
Rope;
YggFixedNames: CEDAR DEFINITIONS =
BEGIN
Fixed names for properties
Contents: Rope.ROPE; -- contents of the document
Inlinks: Rope.ROPE; -- inlinks of the document
Outlinks: Rope.ROPE; -- oulinks of the document
Parents: Rope.ROPE; -- containers of which this document is a member
Children: Rope.ROPE; -- documents in this container
ParentContainers: Rope.ROPE; -- super containers for this container
ChildContainers: Rope.ROPE; -- containers in this container
AutoIndices: Rope.ROPE; -- patterns of property names to automatically index
Fixed names for index prefix
IndexPrefix: Rope.ROPE; -- all index names start with this string
IndexPrefixSize: INT;
Fixed names for directory
DirectoryContents: Rope.ROPE; -- naming property
Fixed names for NFS
NFSPropertyName: Rope.ROPE; -- NFS (UNIX) properties
END.