- Author:
- Michael Cooling <mcoo001@UoA.auckland.ac.nz>
- Date:
- 2016-04-11 11:48:36+12:00
- Desc:
- Initial Commit
- Permanent Source URI:
- https://models.cellml.org/workspace/2c5/rawfile/e8b0e5d10f563c9a997626435bace472ab5f7f34/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>