JGraph TDependency Graph
class JGraphTDependencyGraph<T>(environment: Environment<T, *>) : DependencyGraph<T>
Content copied to clipboard
This class offers an implementation of a dependency graph, namely a data structure which can address in an efficient way the problem of finding those reactions affected by the execution of another reaction. This class relies heavily on the ReactionHandler interface.
Parameters
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun outboundDependencies(reaction: Reaction<T>): ArrayListSet<Reaction<T>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard