Junction
Represents a junction between two cells.
Constructors
Link copied to clipboard
constructor(name: String, moleculesInCurrentNode: Map<Biomolecule, Double>, moleculesInNeighborNode: Map<Biomolecule, Double>)
Build a junction.
Builds a junction from another junction.