Package-level declarations
Types
Link copied to clipboard
object GroupScope
Thread-local context manager for hierarchical node grouping.
Link copied to clipboard
interface MetricReporter
Callback interface for collecting metrics from the simulator.
Link copied to clipboard
abstract class Node(label: String, val incoming: List<InputChannel<*, *>>, val outgoing: List<OutputChannel<*, *>>) : NodeGroup
Base class for nodes in the simulation network.
Link copied to clipboard
Base class representing a group of nodes or individual node in the simulation network.
Link copied to clipboard
Represents the structure and configuration of a simulation.
Link copied to clipboard
Base class for source nodes (nodes with no incoming channels).