class Quartz::OutputPort

Overview

This class represents an output port that belongs to a Coupleable (the host).

Included Modules

Defined in:

quartz/port.cr

Instance Method Summary

Instance methods inherited from module Quartz::Observable

add_observer(observer : Observer) add_observer, count_observers count_observers, delete_observer(observer : Observer) : Bool delete_observer, notify_observers(info = nil) notify_observers

Instance methods inherited from class Quartz::Port

hash(hasher) hash, host : Coupleable host, name : Name name, to_s(io) to_s

Constructor methods inherited from class Quartz::Port

new(host : Coupleable, name : Name) new

Instance methods inherited from class Reference

==(other : Quartz::Any) ==

Instance methods inherited from class Object

===(other : Quartz::Any) ===

Instance Method Detail

def add_observer(observer) #

[View source]
def siblings_ports #

[View source]
def upward_ports #

[View source]