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.
constructor(toClone: Junction)
Builds a junction from another junction.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun dependsOn(mol: Dependency): Boolean
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun makesDependent(dependency: Dependency): Boolean
Link copied to clipboard
open fun reverse(): Junction
Return the reversed junction of the current junction.
Link copied to clipboard
open fun toString(): String