Quartz::Coupleable
Inherits Quartz::Transferable
The Coupleable mixin provides models with the ability to be coupled with
other coupleables through an input and output interface.
Instance methods
each_input_port
Calls given block once for each input port, passing that element as a parameter.
each_output_port
Calls given block once for each output port, passing that element as a parameter.
output_port?(name : Name) : OutputPort | Nil
Find the output port identified by the given name