YggFixedNames.mesa
Copyright © 1988 by Xerox Corporation. All rights reserved.
Fixed property names for certain properties.
Bob Hagmann October 17, 1988 9:07:20 am PDT
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;
END.