|
General mapping concepts
Each frame is made of slots, with their attached annots. These concepts are translated into complexType, a structure of
Xml schema. JaxB then follows this schema to define adequate Java classes (see Jaxb).
|
|
|
Mapping of an entire Pathway Genome DataBase
Each biocyc PGDB is a frame composed of root classes such as Enzymatic-reactions, Evidences, Generalized-Reactions.
Inregards Cyclone PGDB
contains a sequence of complexType such as EnzymaticReactions, Evidences, GeneralizedReactions.
|
|
|
Mapping of a particular frame : Generalized-Reactions
Each root biocyc classes is composed of slot and annots. They are translate into complexType containing simple element
.
|
|
|
|