class

ConstructionKit::Edge

Inherits JSON::Serializable < Reference < Object

An edge connecting two ports

Constructors

new(from : ConstructionKit::PortRef = PortRef.new, to : ConstructionKit::PortRef = PortRef.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

from
Source
from=(from : PortRef)
Source
to=(to : PortRef)
Source