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