| 
| Frame Representation System (FRS) is the BioCyc's standard to define its schema. Cyclone provides a 
method to translate this schema into an xsd schema, which is used in order to define java classes definition. |  | 
 | 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.
 
 |   | 
 
 |  | 
 | 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 
...
 
 |   | 
 
 |  |