View Source Skitter.Port (Skitter v0.5.1)

Input/output interface of skitter workflows and components.

The ports of a component/workflow determine its external interface. This module defines the port type.

Link to this section Summary

Types

A port is associated with an index.

t()

A port is defined by its name, which is stored as an atom.

Link to this section Types

Specs

index() :: non_neg_integer()

A port is associated with an index.

Specs

t() :: atom()

A port is defined by its name, which is stored as an atom.