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.
Properties
Link copied to clipboard
Declares a dependency towards any modified molecule in the reachable scope.
Link copied to clipboard
Declares a dependency towards any other reaction in the reachable scope.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Declares a dependency on movement of nodes in the reachable scope.
Functions
Link copied to clipboard
Determines whether this dependency depends on the provided dependency.
Link copied to clipboard
Determines whether the provided dependency depends on this dependency.
Link copied to clipboard
Converts a Molecule to a MoleculeSurrogate.
Link copied to clipboard
A function that maps a it.unibo.alchemist.model.Molecule to its surrogate class MoleculeSurrogate.