biotree.asn

来自「ncbi源码」· ASN 代码 · 共 52 行

ASN
52
字号
--$Revision: 1000.0 $--*********************************************************************----  biotree.asn----     BioTree ASN--     Anatoliy Kuznetsov----*********************************************************************NCBI-BioTree DEFINITIONS ::=BEGINEXPORTS BioTreeContainer;BioTreeContainer ::= SEQUENCE {   treetype  VisibleString OPTIONAL,  -- hint on what kind of tree is that   fdict     FeatureDictSet,          -- features dictionary    nodes     NodeSet                  -- set of nodes with encoded topology}NodeSet ::= SET OF NodeNode ::= SEQUENCE {   id         INTEGER,             -- node uid   parent     INTEGER OPTIONAL,    -- parent node id   features   NodeFeatureSet OPTIONAL}NodeFeatureSet ::= SET OF NodeFeatureNodeFeature ::= SEQUENCE {   featureid   INTEGER,   value       VisibleString}FeatureDictSet ::= SET OF FeatureDescrFeatureDescr ::= SEQUENCE {   id    INTEGER,              -- feature id   name  VisibleString         -- feature name}END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?