Molecule

interface Molecule : Dependency

Interface for a molecule.

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
Declares a dependency on movement of nodes in the reachable scope.

Functions

Link copied to clipboard
open fun dependsOn(dependency: Dependency): Boolean
Determines whether this dependency depends on the provided dependency.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
open fun makesDependent(dependency: Dependency): Boolean
Determines whether the provided dependency depends on this dependency.