Node
interface Node<T> : Serializable, Iterable<Reaction<T>> , Comparable<Node<T>>
Content copied to clipboard
Parameters
<T>
The type of the concentration This interface must be implemented in every realization of node
Functions
Link copied to clipboard
Adds a reaction to this node.
Link copied to clipboard
Calculates the concentration of a molecule.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
This method allows to access all the reaction of the node.
Link copied to clipboard
Link copied to clipboard
Removes a reaction from this node.
Link copied to clipboard
Sets the concentration of mol to c.
Link copied to clipboard