Location: Core Domains Principled Model Example @ cce6374c21a6 / ExampleDevice_ProteinCDS_GFP.cellml

Author:
Michael Cooling <mcoo001@UoA.auckland.ac.nz>
Date:
2016-04-11 12:26:19+12:00
Desc:
Adding .zip file of complete model
Permanent Source URI:
https://models.cellml.org/workspace/2c5/rawfile/cce6374c21a60771321701b2f88857175ca5c31e/ExampleDevice_ProteinCDS_GFP.cellml

<?xml version="1.0" encoding="utf-8"?>
<model name="ExampleDevice_ProteinCDS_GFP" cmeta:id="ExampleDevice_ProteinCDS_GFP" 
    xmlns="http://www.cellml.org/cellml/1.1#"
    xmlns:cellml="http://www.cellml.org/cellml/1.1#"
    xmlns:cmeta="http://www.cellml.org/metadata/1.0#"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    >
    
  <import xlink:href="Principled_Base/Template_ProteinCDS.cellml">
      <units name="femtoliter" units_ref="femtoliter" />
      <units name="RiPsInAttoMoles" units_ref="RiPsInAttoMoles" />
      <units name="nM_per_s" units_ref="nM_per_s" />
      <component name="Template_ProteinCDS" component_ref="Template_ProteinCDS" />
  </import>

   <component name="ExampleDevice_ProteinCDS_GFP">
      <variable name="localVolume" units="femtoliter" public_interface="in" private_interface="out"/>
      <variable name="hostRNARiPs" units="RiPsInAttoMoles" public_interface="in" private_interface="out"/>
      <variable name="J" units="nM_per_s" public_interface="out" private_interface="in"/>
   </component>
 
   <group>
    <relationship_ref relationship="encapsulation" />
    <component_ref component="ExampleDevice_ProteinCDS_GFP">
      <component_ref component="Template_ProteinCDS" />
    </component_ref>
   </group> 
  
   <connection>
      <map_components component_1="Template_ProteinCDS" component_2="ExampleDevice_ProteinCDS_GFP"/>
      <map_variables variable_1="localVolume" variable_2="localVolume"/>
      <map_variables variable_1="hostRNARiPs" variable_2="hostRNARiPs"/>
      <map_variables variable_1="J" variable_2="J"/>
   </connection>

</model>