![]() |
![]() |
![]() |
![]() |
![]() |
The Link File
The Link Manager maintains a link file that contains a list of all endpoints and links in the system. The link file is a line-oriented, human-readable text file, with the default file name extension .sli.
The file has the following format:
<link file> ::= <endpoints> <links> $<endpoints> ::= [ENDPOINTS] <endpoint>*<endpoint> ::= <endpoint id> <endpoint format><endpoint id> ::= <integer>
- A unique integer identifying the endpoint in the link file.
<endpoint format> ::= `(' <format> , <file name>(, <anchor> | $) `)' <name><type><format> ::= SDL | OM | MSC | TEXT | WORD<file name> ::= <string>
- Name of the document file.
<anchor> ::= <string>
- A unique string identifying the endpoint in the document. If the endpoint refers to the whole file, i.e. the endpoint is created in the Organizer, the anchor is set to an empty string ("").
<name> ::= <quoted string>
- The name of the endpoint, in quotes.
<type> ::= <integer>
- Type of document.
<links> ::= [LINKS] <link>*<link> ::= <endpoint id> <endpoint id> <link name><link comment><link name> ::= <quoted string>
- The name of the link, in quotes.
<link comment> ::= <quoted string>
- The link comment, in quotes.
http://www.ibm.com/rational |
![]() |
![]() |
![]() |
![]() |