ASN.1 Type Definitions for Module NCBI-BioTree

Top-level module index.

Colors and Styles Used


Type BioTreeContainer

Uses

FeatureDictSet NodeSet User-object BioTreeContainer ::=
SEQUENCE {
treetype VisibleString OPTIONAL
fdict FeatureDictSet
nodes NodeSet
label VisibleString OPTIONAL
user User-object OPTIONAL
}  


Type NodeSet

Uses

Node

Is Used By

BioTreeContainer NodeSet ::= SET OF Node

Type Node

Uses

NodeFeatureSet

Is Used By

NodeSet Node ::=
SEQUENCE {
id INTEGER
parent INTEGER OPTIONAL
features NodeFeatureSet OPTIONAL
}  


Type NodeFeatureSet

Uses

NodeFeature

Is Used By

Node NodeFeatureSet ::= SET OF NodeFeature

Type NodeFeature

Is Used By

NodeFeatureSet NodeFeature ::=
SEQUENCE {
featureid INTEGER
value VisibleString
}  


Type FeatureDictSet

Uses

FeatureDescr

Is Used By

BioTreeContainer FeatureDictSet ::= SET OF FeatureDescr

Type FeatureDescr

Is Used By

FeatureDictSet FeatureDescr ::=
SEQUENCE {
id INTEGER
name VisibleString
}  


Type DistanceMatrix

DistanceMatrix ::=
SEQUENCE {
labels SEQUENCE OF VisibleString
distances SEQUENCE OF REAL
}  


Top-level module index.