|
NCBI Home IEB Home C Toolkit docs C++ Toolkit source browser C Toolkit source browser (2) |
NCBI C Toolkit Cross ReferenceC/asn/access.asn |
source navigation diff markup identifier search freetext search file search |
1 --$Revision: 6.0 $
2 --*********************************************************************
3 --
4 -- access.asn
5 --
6 -- messages for data access
7 --
8 --*********************************************************************
9
10 NCBI-Access DEFINITIONS ::=
11 BEGIN
12
13 EXPORTS Link-set;
14
15 -- links between same class = neighbors
16 -- links between other classes = links
17
18 Link-set ::= SEQUENCE {
19 num INTEGER , -- number of links to this doc type
20 uids SEQUENCE OF INTEGER OPTIONAL , -- the links
21 weights SEQUENCE OF INTEGER OPTIONAL } -- the weights
22
23
24 END
|
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more information. |