Node Surrogate
data class NodeSurrogate<T>(val origin: Node<T>, val id: Int = origin.id) : GraphQLSurrogate<Node<T>>
A GraphQL surrogate for a Node object.
Parameters
T
The type of the concentration.
id
The id of the node.
Properties
Functions
Link copied to clipboard
Tests whether a node contains a Molecule.
Link copied to clipboard
Link copied to clipboard
Calculates the concentration of a molecule.
Link copied to clipboard
Link copied to clipboard
Returns all reactions of the node.