circuit_add_gate | Inserts a gate into the circuit schema and pre-compiles the... |
circuit_compile | Compiles the circuit by combining all the species, reactions,... |
circuit_insert_gate | Inserts a gate into the circuit schema without... |
circuit_link_gate_signals | Link two signals from logic gates already added into the... |
circuit_link_gate_signals_not | Link two signals from logic gates already added into the... |
gate_get_input_speciesnames | Return a list containing all the input species from a gate. |
make_and_gate | Create an AND gate with initial input values. |
make_circuit | Create an empty circuit. |
make_flipflopd | Create an FlipFlop-D with initial input values. |
make_generic2to1_element | Create a 2-inputs and 1-output generic element. |
make_generic2to1_gate | Create a 2-inputs and 1-output generic logic gate. |
make_generic3to1_element | Create a 3-inputs and 1-output generic element. |
make_generic3to1_gate | Create a 3-inputs and 1-output generic logic gate. |
make_latchd | Create an Latch-D with initial input values. |
make_link_gate | Creates a "link gate", i.e., an object to hold the necessary... |
make_majority_gate | Create an MAJORITY gate with initial input values. |
make_nand_gate | Create an NAND gate with initial input values. |
make_nor_gate | Create an NOR gate with initial input values. |
make_or_gate | Create an OR gate with initial input values. |
make_signal | Create signal to use in the circuit. |
make_signal_species | Create the singals' names of DNA species. |
make_xor_gate | Create an XOR gate with initial input values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.